mirror of
https://github.com/flextype/flextype.git
synced 2025-08-22 04:42:57 +02:00
feat(shortcodes): add [textile]
shortcode
This commit is contained in:
3
tests/fixtures/settings/settings.yaml
vendored
3
tests/fixtures/settings/settings.yaml
vendored
@@ -565,6 +565,9 @@ parsers:
|
||||
raw:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/RawShortcode.php"
|
||||
textile:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/TextileShortcode.php"
|
||||
markdown:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php"
|
||||
|
Reference in New Issue
Block a user