-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
81 lines (78 loc) · 1.96 KB
/
config.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
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
81
---
Name: nswdpc-content-boilerplate
---
Page:
extensions:
- DNADesign\Elemental\Extensions\ElementalPageExtension
---
Name: nswdpc-content-leftandmain
---
SilverStripe\Admin\LeftAndMain:
extra_requirements_css:
- 'nswdpc/silverstripe-content-boilerplate:client/static/css/leftandmain.css'
---
Name: nswdpc-content-workflow
---
Symbiote\AdvancedWorkflow\Actions\NotifyUsersWorkflowAction:
whitelist_template_variables: true
Page:
extensions:
- Symbiote\AdvancedWorkflow\Extensions\WorkflowEmbargoExpiryExtension
---
Name: nswdpc-content-sitemaps
After:
- '#googlesitemaps'
Only:
environment: 'live'
---
Wilr\GoogleSitemaps\GoogleSitemap:
enabled: true
objects_per_sitemap: 1000
use_show_in_search: true
---
Name: 'nswdpc-content-taxonomy-icon'
After:
- '#nswdpc-taxonomy-icon'
---
# use CSS as the default icon system
SilverStripe\Taxonomy\TaxonomyTerm:
is_upload: false
is_css: true
is_filename: false
filename_path: ''
---
Name: nswdpc-content-userforms
After:
- '#userformsconfig'
---
SilverStripe\UserForms\Model\UserDefinedForm:
block_default_userforms_css: false
SilverStripe\UserForms\Control\UserDefinedFormController:
disable_form_content_shortcode: true
SilverStripe\UserForms\Model\Recipient\EmailRecipient:
allow_unbound_recipient_fields: true
---
Name: nswdpc-content-gridfield-defaults
Before:
- '#gridfieldextensions'
---
Symbiote\GridFieldExtensions\GridFieldConfigurablePaginator:
default_page_sizes: null
---
Name: nswdpc-content-gridfield
After:
- '#gridfieldextensions'
---
SilverStripe\Forms\GridField\GridFieldPaginator:
default_items_per_page: 100
SilverStripe\Admin\ModelAdmin:
page_length: 100
Symbiote\GridFieldExtensions\GridFieldConfigurablePaginator:
default_page_sizes: [ 15, 30, 60, 100, 200, 500, 1000 ]
---
Name: nswdpc-content-phonefield
---
# Default to no geolocation service
Innoweb\InternationalPhoneNumberField\Forms\InternationalPhoneNumberField:
geolocation_service: null
initial_country: 'au'