File tree 2 files changed +42
-0
lines changed
2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 98
98
More details can be found in the [tags](../reference/tags.md) section.
99
99
:: :
100
100
101
+ # # Layout <in-version value="0.14.0" />
102
+
103
+ A group of parameters responsible for the application layout.
104
+
105
+ # ## Grid
106
+
107
+ Allows you to set the number of columns at different screen resolutions.
108
+
109
+ ` ` ` yaml
110
+ layout:
111
+ grid:
112
+ small: 2
113
+ medium: 2
114
+ large: 3
115
+ xlarge: 4
116
+ ` ` `
117
+
118
+ Values : range `1 - 12`
119
+
120
+ You can only specify one value, the others will be set automatically.
121
+
101
122
# # Services
102
123
103
124
All services that are displayed on the home page are set in this parameter.
Original file line number Diff line number Diff line change 98
98
Более подробно о тегах можно прочитать в [разделе](../reference/tags.md).
99
99
:: :
100
100
101
+ # # Макет <in-version value="0.14.0" />
102
+
103
+ Группа параметров отвечающих за макет приложения.
104
+
105
+ # ## Сетка
106
+
107
+ Позволяет настроить количество колонок на разных разрешениях экрана.
108
+
109
+ ` ` ` yaml
110
+ layout:
111
+ grid:
112
+ small: 2
113
+ medium: 2
114
+ large: 3
115
+ xlarge: 4
116
+ ` ` `
117
+
118
+ Поддерживаемые значения : диапазон `1 - 12`
119
+
120
+ Вы можете указать только одно значение, остальные будут установлены автоматически.
121
+
101
122
# # Сервисы
102
123
103
124
Все сервисы, которые отображаются на главной странице задаются в данном параметре.
You can’t perform that action at this time.
0 commit comments