**Enonic version: 7.14.2
Quick question: is it possible to do nested macros? I.e
[some-macro]
[some-other-macro]
[/some-other-macro]
[/some-macro]
I tried it with a couple of our custom macros, but the [some-other-macro] just showd up as text.
**Enonic version: 7.14.2
Quick question: is it possible to do nested macros? I.e
[some-macro]
[some-other-macro]
[/some-other-macro]
[/some-macro]
I tried it with a couple of our custom macros, but the [some-other-macro] just showd up as text.
Hello @gjomle! Currently we don’t support other macroses within macro body. Currently a body is “a string containing the body of the macro instruction.”, so no other macroses expected.
Thank you for your reply. Then I was not completely incompetent when I couldn’t get it to work ;).