1
0
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:
Awilum
2022-05-22 09:57:32 +03:00
parent fa71728685
commit 77f512194e
2 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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: