From af67380b643d4249ccd61508b8d98d350a51980f Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 9 May 2022 20:38:36 +0300 Subject: [PATCH] feat(settings): update settings --- src/flextype/settings.yaml | 3 +++ tests/fixtures/settings/settings.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/flextype/settings.yaml b/src/flextype/settings.yaml index 032ef825..ab9079dd 100644 --- a/src/flextype/settings.yaml +++ b/src/flextype/settings.yaml @@ -87,6 +87,9 @@ entries: types: enabled: true path: "/src/flextype/core/Entries/Directives/TypesDirective.php" + constants: + enabled: true + path: "/src/flextype/core/Entries/Directives/ConstantsDirective.php" macros: debug: false php: diff --git a/tests/fixtures/settings/settings.yaml b/tests/fixtures/settings/settings.yaml index 2ec26328..5e9d349d 100644 --- a/tests/fixtures/settings/settings.yaml +++ b/tests/fixtures/settings/settings.yaml @@ -83,6 +83,9 @@ entries: types: enabled: true path: "/src/flextype/core/Entries/Directives/TypesDirective.php" + constants: + enabled: true + path: "/src/flextype/core/Entries/Directives/ConstantsDirective.php" macros: debug: false php: