1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-31 00:39:49 +02:00

feat(shortcodes): add [if] shortcode

This commit is contained in:
Awilum
2022-05-21 12:35:47 +03:00
parent 6eeb54da96
commit 538deea314
4 changed files with 162 additions and 1 deletions

View File

@@ -594,6 +594,10 @@ parsers:
i18n:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/I18nShortcode.php"
if:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/IfShortcode.php"
# CORS
#
# CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.