1
0
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:
Awilum
2022-05-04 21:50:18 +03:00
parent 64d2fac325
commit 71e53a393b
4 changed files with 129 additions and 3 deletions

View File

@@ -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.