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: