From 77f512194eaef9b37629092147851f39f3b8dbbd Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 22 May 2022 09:57:32 +0300 Subject: [PATCH] feat(settings): load `types` directive at the end --- src/flextype/settings.yaml | 6 +++--- tests/fixtures/settings/settings.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/flextype/settings.yaml b/src/flextype/settings.yaml index a2557d89..6b7353e7 100644 --- a/src/flextype/settings.yaml +++ b/src/flextype/settings.yaml @@ -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: diff --git a/tests/fixtures/settings/settings.yaml b/tests/fixtures/settings/settings.yaml index 458e1190..0124dab9 100644 --- a/tests/fixtures/settings/settings.yaml +++ b/tests/fixtures/settings/settings.yaml @@ -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: