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:
5
tests/fixtures/settings/settings.yaml
vendored
5
tests/fixtures/settings/settings.yaml
vendored
@@ -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.
|
||||
|
Reference in New Issue
Block a user