1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(settings): add missed uuid short setting

This commit is contained in:
Awilum
2022-05-21 17:57:25 +03:00
parent 81df7744a8
commit 0925cc49a8
2 changed files with 8 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.