claro-8.x-1.x-dev/templates/admin/config_translation_manage_form_element.html.twig

templates/admin/config_translation_manage_form_element.html.twig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{#
/**
 * @file
 * Theme override for a form element in config_translation.
 *
 * Available variables:
 * - element: Array that represents the element shown in the form.
 *   - source: The source of the translation.
 *   - translation: The translation for the target language.
 *
 * @see template_preprocess()
 */
#}
<div class="translation-set layout-row clearfix">
  <div class="layout-column layout-column--half translation-set__source">
    {{ element.source }}
  </div>
  <div class="layout-column layout-column--half translation-set__translated">
    {{ element.translation }}
  </div>
</div>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc