forked from FriendsOfREDAXO/slice_columns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yml
51 lines (46 loc) · 952 Bytes
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
package: slice_columns
version: 1.0.0
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/slice_columns
requires:
redaxo: '^5.12'
packages:
php:
version: '>=7.1'
page:
title: Slice-Columns
perm: slice_columns[]
icon: rex-icon fa-columns
subpages:
settings:
title: 'translate:slice_columns_settings'
icon: rex-icon fa-cog
help:
title: 'translate:help'
icon: rex-icon fa-help
subPath: README.md
default_config:
number_columns: 12
number_steps: 1
templates: ''
min_width_column: 1
definitions: '{
"1": "col-sm-1",
"2": "col-sm-2",
"3": "col-sm-3",
"4": "col-sm-4",
"5": "col-sm-5",
"6": "col-sm-6",
"7": "col-sm-7",
"8": "col-sm-8",
"9": "col-sm-9",
"10": "col-sm-10",
"11": "col-sm-11",
"12": "col-sm-12"
}
'
conflicts:
packages:
bloecks/dragndrop: '>=1.0.0'
installer_ignore:
- .git