Gitify config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data_directory: _gitify/ | |
backup_directory: _backup/ | |
packages: | |
modx.com: | |
service_url: http://rest.modx.com/extras/ | |
packages: | |
- pthumb | |
- pdotools | |
- collections | |
modmore.com: | |
service_url: https://rest.modmore.com/ | |
credential_file: '.modmore.com.key' | |
packages: | |
- contentblocks | |
- redactor | |
data: | |
contexts: | |
class: modContext | |
primary: key | |
context_settings: | |
class: modContextSetting | |
primary: | |
- context_key | |
- key | |
categories: | |
class: modCategory | |
primary: category | |
truncate_on_force: | |
- modCategoryClosure | |
templates: | |
class: modTemplate | |
primary: templatename | |
extension: .html | |
template_variables: | |
class: modTemplateVar | |
primary: name | |
template_variables_access: | |
class: modTemplateVarTemplate | |
primary: | |
- tmplvarid | |
- templateid | |
chunks: | |
class: modChunk | |
primary: name | |
extension: .html | |
snippets: | |
class: modSnippet | |
primary: name | |
extension: .php | |
plugins: | |
class: modPlugin | |
primary: name | |
extension: .php | |
plugin_events: | |
class: modPluginEvent | |
primary: | |
- pluginid | |
- event | |
events: | |
class: modEvent | |
primary: name | |
namespaces: | |
class: modNamespace | |
primary: name | |
system_settings: | |
class: modSystemSetting | |
primary: key | |
where: | |
- 'editedon:!=': '0000-00-00 00:00:00' | |
- 'key:NOT IN': | |
- 'gitifywatch.gitify_path' | |
- 'gitify.git_path' | |
exclude_keys: | |
- editedon | |
extension_packages: | |
class: modExtensionPackage | |
primary: namespace | |
exclude_keys: | |
- created_at | |
- updated_at | |
fc_sets: | |
class: modFormCustomizationSet | |
primary: id | |
fc_profiles: | |
class: modFormCustomizationProfile | |
primary: id | |
fc_profile_usergroups: | |
class: modFormCustomizationProfileUserGroup | |
primary: | |
- usergroup | |
- profile | |
fc_action_dom: | |
class: modActionDom | |
primary: | |
- set | |
- name | |
mediasources: | |
class: modMediaSource | |
primary: id | |
mediasource_elements: | |
class: sources.modMediaSourceElement | |
primary: | |
- source | |
- object_class | |
- object | |
- context_key | |
dashboards: | |
class: modDashboard | |
primary: | |
- id | |
- name | |
dashboard_widgets: | |
class: modDashboardWidget | |
primary: id | |
dashboard_widget_placement: | |
class: modDashboardWidgetPlacement | |
primary: | |
- dashboard | |
- widget | |
content_type: | |
class: modContentType | |
primary: | |
- name | |
menus: | |
class: modMenu | |
primary: | |
- text | |
- parent | |
user_groups: | |
class: modUserGroup | |
primary: id | |
user_group_roles: | |
class: modUserGroupRole | |
primary: id | |
access_policies: | |
class: modAccessPolicy | |
access_context: | |
class: modAccessContext | |
access_policy_templates: | |
class: modAccessPolicyTemplate | |
access_policy_template_groups: | |
class: modAccessPolicyTemplateGroup | |
cb_fields: | |
class: cbField | |
primary: [id, name] | |
package: contentblocks | |
cb_categories: | |
class: cbCategory | |
primary: [id, name] | |
cb_layouts: | |
class: cbLayout | |
primary: [id, name] | |
cb_templates: | |
class: cbTemplate | |
primary: [id, name] | |
cb_defaults: | |
class: cbDefault | |
primary: id | |
redactor_set: | |
class: redConfigurationSet | |
primary: | |
- id | |
- name | |
package: redactor | |
collection_settings: | |
class: CollectionSetting | |
primary: | |
- collection | |
package: collections | |
collection_templates: | |
class: CollectionTemplate | |
primary: | |
- id | |
- name | |
package: collections | |
collection_template_columns: | |
class: CollectionTemplateColumn | |
primary: | |
- id | |
- name | |
package: collections |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment