1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-26 22:44:25 +02:00

feat(shortcodes): add [tr] shortcode

This commit is contained in:
Awilum
2022-05-10 19:20:46 +03:00
parent 2a7e2138f5
commit 8e6674dc15
4 changed files with 71 additions and 3 deletions

View File

@@ -533,21 +533,32 @@ parsers:
path: "/src/flextype/core/Parsers/Shortcodes/EntriesShortcode.php"
fetch:
enabled: true
php:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/PhpShortcode.php"
raw:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/RawShortcode.php"
markdown:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php"
registry:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/RegistryShortcode.php"
url:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/UrlShortcode.php"
strings:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/StringsShortcode.php"
url:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/UrlShortcode.php"
filesystem:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/FilesystemShortcode.php"
get:
enabled: true
i18n:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/I18nShortcode.php"
# CORS
#
# CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.