1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-29 07:50:29 +02:00

feat(shortcodes): add var shortcode

This commit is contained in:
Awilum
2022-05-25 17:36:02 +03:00
parent a20fdb62fe
commit c2e3175c65
3 changed files with 37 additions and 1 deletions

View File

@@ -606,7 +606,10 @@ parsers:
uuid:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/UuidShortcode.php"
var:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/VarShortcode.php"
# CORS
#
# CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.