forked from modxcms/fred-theme-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitify
80 lines (80 loc) · 1.94 KB
/
.gitify
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
data_directory: _data/
backup_directory: _backup/
data:
fred_themes:
class: FredTheme
primary: id
exclude_keys: ['config']
package: fred
fred_element_categories:
class: FredElementCategory
primary: id
fred_element_option_sets:
class: FredElementOptionSet
primary: id
extension: .json
fred_element_rte_configs:
class: FredElementRTEConfig
primary: id
extension: .json
fred_elements:
class: FredElement
primary: id
extension: .html
fred_blueprint_categories:
class: FredBlueprintCategory
primary: id
fred_blueprints:
class: FredBlueprint
primary: id
extension: .json
fred_themed_template:
class: FredThemedTemplate
primary: 'template'
namespaces:
class: modNamespace
primary: name
where:
- 'name': 'site'
system_settings:
class: modSystemSetting
primary: key
where:
- 'namespace': 'site'
exclude_keys:
- editedon
- createdon
- value
categories:
class: modCategory
primary: category
where:
- 'category': 'One-pager Theme'
templates:
class: modTemplate
primary: templatename
where:
- 'templatename': 'Fred'
extension: .html
chunks:
class: modChunk
primary: name
where:
- 'category': 11
extension: .html
snippets:
class: modSnippet
primary: name
where:
- 'category': 11
extension: .php
packages:
modx.com:
service_url: http://rest.modx.com/extras/
packages:
- pThumb
- resizer
- Ace
- Fred
- 'Fred TinyMCE RTE'
- 'Fred Font Awesome 5 Icon Editor'