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