1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-21 12:22:15 +02:00

feat(shortcodes): add filesystem shortcode

This commit is contained in:
Awilum
2022-05-09 16:58:22 +03:00
parent ab1ef9ccbf
commit 09a30caa3e
4 changed files with 65 additions and 2 deletions

View File

@@ -540,7 +540,9 @@ parsers:
strings:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/StringsShortcode.php"
filesystem:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/FilesystemShortcode.php"
# CORS
#
# CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.