How can I create nesting shortcodes?
this code:
[shortcode_1]
Test
[shortcode_2]
Text 2
[/shortcode_2]
[/shortcode_1]
will produce:
Test
[shortcode_2]
Text 2
[/shortcode_2]
and not:
Test
Text 2
as I want
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
How can I create nesting shortcodes?
this code:
[shortcode_1]
Test
[shortcode_2]
Text 2
[/shortcode_2]
[/shortcode_1]
will produce:
Test
[shortcode_2]
Text 2
[/shortcode_2]
and not:
Test
Text 2
as I want
Sorry bub, had the same issue: http://doc.silverstripe.org/framework/en/reference/shortcodes#limitations