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.