mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 21:56:33 +02:00
feat(settings): load types
directive at the end
This commit is contained in:
@@ -83,9 +83,6 @@ entries:
|
||||
shortcodes:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ShortcodesDirective.php"
|
||||
types:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TypesDirective.php"
|
||||
constants:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ConstantsDirective.php"
|
||||
@@ -107,6 +104,9 @@ entries:
|
||||
php:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/PhpDirective.php"
|
||||
types:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TypesDirective.php"
|
||||
macros:
|
||||
debug: false
|
||||
vars:
|
||||
|
6
tests/fixtures/settings/settings.yaml
vendored
6
tests/fixtures/settings/settings.yaml
vendored
@@ -79,9 +79,6 @@ entries:
|
||||
shortcodes:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ShortcodesDirective.php"
|
||||
types:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TypesDirective.php"
|
||||
constants:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ConstantsDirective.php"
|
||||
@@ -103,6 +100,9 @@ entries:
|
||||
php:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/PhpDirective.php"
|
||||
types:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TypesDirective.php"
|
||||
macros:
|
||||
debug: false
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user