I am developing my own theme and in some cases I would like to provide a single Block and not the whole Block Editor (@{ +* }
). (In this case it would be the Slider Block)
What I have in mind is something simple like: @{ +slider }
or @{ +block | slider }
. Just like having the user be able to just insert an image @{ image }
or link @{ url }
.
And <@ /automad/blocks/slider.php @>
doesn't work...
Is there a way to do this? Or maybe a work around...