CONFIG: name updates

This commit is contained in:
Tony Air 2021-06-19 21:55:11 +02:00
parent 3c0d9263c5
commit bcfd8918fa
17 changed files with 28 additions and 27 deletions

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-base-config Name: a2nt-cms-niceties-base-config
--- ---
SilverStripe\Core\Manifest\ModuleManifest: SilverStripe\Core\Manifest\ModuleManifest:
project: app project: app

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-base-extensions Name: a2nt-cms-niceties-base-extensions
--- ---
# Basic extensions # Basic extensions
SilverStripe\Admin\LeftAndMain: SilverStripe\Admin\LeftAndMain:

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-base-files Name: a2nt-cms-niceties-base-files
--- ---
SilverStripe\Blog\Model\BlogPost: SilverStripe\Blog\Model\BlogPost:
featured_images_directory: 'blog-posts' featured_images_directory: 'blog-posts'

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-base-graphql Name: a2nt-cms-niceties-base-graphql
After: graphqlconfig After: graphqlconfig
--- ---
SilverStripe\Control\Director: SilverStripe\Control\Director:

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-base-logs-dev Name: a2nt-cms-niceties-base-logs-dev
Only: Only:
environment: dev environment: dev
--- ---
@ -15,7 +15,7 @@ SilverStripe\Core\Injector\Injector:
Formatter: '%$SilverStripe\Logging\DetailedErrorFormatter' Formatter: '%$SilverStripe\Logging\DetailedErrorFormatter'
CLIFormatter: '%$SilverStripe\Logging\DetailedErrorFormatter' CLIFormatter: '%$SilverStripe\Logging\DetailedErrorFormatter'
--- ---
Name: webapp-base-logs-live Name: a2nt-cms-niceties-base-logs-live
Except: Except:
environment: dev environment: dev
--- ---

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-base-mimeuploadvalidator Name: a2nt-cms-niceties-base-mimeuploadvalidator
After: '#mimeuploadvalidator' After: '#mimeuploadvalidator'
Only: Only:
moduleexists: 'silverstripe/mimevalidator' moduleexists: 'silverstripe/mimevalidator'

View File

@ -1,5 +1,5 @@
--- ---
Name: 'webapp-base-security' Name: 'a2nt-cms-niceties-base-security'
After: 'framework/*, cms/*, security_baseline' After: 'framework/*, cms/*, security_baseline'
--- ---
SilverStripe\Core\Injector\Injector: SilverStripe\Core\Injector\Injector:

View File

@ -1,5 +1,5 @@
--- ---
Name: 'webapp-base-version-truncator' Name: 'a2nt-cms-niceties-base-version-truncator'
--- ---
Axllent\VersionTruncator\VersionTruncator: Axllent\VersionTruncator\VersionTruncator:
keep_versions: 4 # how many (published) versions of each page to keep keep_versions: 4 # how many (published) versions of each page to keep

View File

@ -1,5 +1,5 @@
--- ---
Name: 'webapp-debugbar' Name: 'a2nt-cms-niceties-debugbar'
After: After:
- 'framework' - 'framework'
- 'debugbar' - 'debugbar'

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-env-check Name: a2nt-cms-niceties-env-check
--- ---
SilverStripe\EnvironmentCheck\EnvironmentCheckSuite: SilverStripe\EnvironmentCheck\EnvironmentCheckSuite:

View File

@ -1,9 +1,9 @@
--- ---
Name: webapp-locale-fluent Name: a2nt-cms-niceties-locale-fluent
After: After:
- webapp-extensions - a2nt-cms-niceties-extensions
- webapp-elemental - a2nt-cms-niceties-elemental
- webapp-locale - a2nt-cms-niceties-locale
--- ---
# Define Fluent locales # Define Fluent locales
TractorCow\Fluent\Model\Locale: TractorCow\Fluent\Model\Locale:

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-locale Name: a2nt-cms-niceties-locale
--- ---
Symbiote\Addressable\Addressable: Symbiote\Addressable\Addressable:

View File

@ -1,10 +1,11 @@
--- ---
Name: webapp-options-elements Name: a2nt-cms-niceties-options-elements
After: After:
- elemental - elemental
- elemental-list - elemental-list
- elementalvirtual - elementalvirtual
- webapp-base-extensions - elemental-basics
- a2nt-cms-niceties-base-extensions
--- ---
Page: Page:
searchable_elements: searchable_elements:

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-options-widgets Name: a2nt-cms-niceties-options-widgets
--- ---
# Blog + Widgets module extensions # Blog + Widgets module extensions
Page: Page:

View File

@ -1,5 +1,5 @@
--- ---
Name: webapp-shop Name: a2nt-cms-niceties-shop
--- ---
SilverStripe\Core\Injector\Injector: SilverStripe\Core\Injector\Injector:
SilverShop\Checkout\SinglePageCheckoutComponentConfig: SilverShop\Checkout\SinglePageCheckoutComponentConfig:

View File

@ -1,7 +1,7 @@
--- ---
Name: webapp-templates-requirements Name: a2nt-cms-niceties-templates-requirements
--- ---
App\Templates\DeferredRequirements: A2nt\CMSNiceties\Templates\DeferredRequirements:
nofontawesome: false nofontawesome: false
version: false version: false
static_domain: false static_domain: false

View File

@ -1,19 +1,19 @@
--- ---
Name: webapp-templates-themes Name: a2nt-cms-niceties-templates-themes
After: After:
- webapp-options-elements - a2nt-cms-niceties-options-elements
--- ---
SilverStripe\View\SSViewer: SilverStripe\View\SSViewer:
source_file_comments: true source_file_comments: false
themes: themes:
- '$public' - '$public'
- '$default' - '$default'
App\Elements\SliderElement: A2nt\ElementalBasics\Elements\SliderElement:
slide_width: 2140 slide_width: 2140
slide_height: 700 slide_height: 700
# 2x container width to automatically resize images for 2K display # 2x container width to automatically resize images for 2K display
App\Elements\Extensions\ElementRows: A2nt\ElementalBasics\Extensions\ElementRows:
container_max_width: 2280 container_max_width: 2280
column_class: 'col-block col-md' column_class: 'col-block col-md'