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:
@@ -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.
|
||||
|
5
tests/fixtures/settings/settings.yaml
vendored
5
tests/fixtures/settings/settings.yaml
vendored
@@ -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.
|
||||
|
Reference in New Issue
Block a user