From 0925cc49a87d16d8774e69bbbd00651b0814fd2e Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 21 May 2022 17:57:25 +0300 Subject: [PATCH] feat(settings): add missed uuid short setting --- src/flextype/settings.yaml | 5 ++++- tests/fixtures/settings/settings.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/flextype/settings.yaml b/src/flextype/settings.yaml index 845c7ee9..158fae7b 100644 --- a/src/flextype/settings.yaml +++ b/src/flextype/settings.yaml @@ -608,7 +608,10 @@ parsers: if: enabled: true path: "/src/flextype/core/Parsers/Shortcodes/IfShortcode.php" - + uuid: + enabled: true + path: "/src/flextype/core/Parsers/Shortcodes/UuidShortcode.php" + # CORS # # CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains. diff --git a/tests/fixtures/settings/settings.yaml b/tests/fixtures/settings/settings.yaml index 6c790aa4..8e8ee090 100644 --- a/tests/fixtures/settings/settings.yaml +++ b/tests/fixtures/settings/settings.yaml @@ -597,7 +597,10 @@ parsers: if: enabled: true path: "/src/flextype/core/Parsers/Shortcodes/IfShortcode.php" - + uuid: + enabled: true + path: "/src/flextype/core/Parsers/Shortcodes/UuidShortcode.php" + # CORS # # CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.