mirror of
https://github.com/flextype/flextype.git
synced 2025-09-01 09:02:56 +02:00
feat(shortcodes): add const
shortcode
This commit is contained in:
3
tests/fixtures/settings/settings.yaml
vendored
3
tests/fixtures/settings/settings.yaml
vendored
@@ -645,6 +645,9 @@ parsers:
|
||||
uuid:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/UuidShortcode.php"
|
||||
const:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/ConstShortcode.php"
|
||||
var:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/VarShortcode.php"
|
||||
|
Reference in New Issue
Block a user