1
0
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:
Awilum
2022-05-31 21:38:14 +03:00
parent 9f676ebd43
commit fbdcc8af3c
6 changed files with 108 additions and 0 deletions

View File

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