mirror of
https://github.com/flextype/flextype.git
synced 2025-08-28 07:20:06 +02:00
feat(shortcodes): add when
and unless
shortcodes
This commit is contained in:
6
tests/fixtures/settings/settings.yaml
vendored
6
tests/fixtures/settings/settings.yaml
vendored
@@ -645,6 +645,12 @@ parsers:
|
||||
if:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/IfShortcode.php"
|
||||
when:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/WhenShortcode.php"
|
||||
unless:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/UnlessShortcode.php"
|
||||
uuid:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/UuidShortcode.php"
|
||||
|
Reference in New Issue
Block a user