mirror of
https://github.com/flextype/flextype.git
synced 2025-08-22 12:53:05 +02:00
feat(shortcodes): [strings]
shortcode implementation
This new shortcode will allow to modify strings for entries fields.
This commit is contained in:
5
tests/fixtures/settings/settings.yaml
vendored
5
tests/fixtures/settings/settings.yaml
vendored
@@ -521,7 +521,10 @@ parsers:
|
||||
url:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/UrlShortcode.php"
|
||||
|
||||
strings:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/StringsShortcode.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