1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 20:01:37 +02:00

feat(shortcodes): add field shortcode

This commit is contained in:
Awilum
2022-05-25 19:18:04 +03:00
parent 852260c68e
commit 9bf43d6b34
4 changed files with 54 additions and 2 deletions

View File

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