I’m creating a custom Plugin for an XMPP onboarding Process. And my form config in the blueprints.yaml is getting very big. Is there a way to externalize parts of the form?
even recursive includes (an included file contains an include) work.
I’m new to Grav, but it is already the coolest CMS I’ve seen in ages. It even motivated me to do PHP Again 😃
you must(?) define the type with the folder name of your plugin as root, then all down to the blueprints file (server.yaml) excluding the suffix!
tested: or you set context: plugins://xmpp then you define type relative to your plugin directory. (I prefer that 😃 )
it must(?) be a number in import@1, using a string does not work e.g. import@db
i saw i could do many things with using flex and i tried to use it for so many things.
while doing that, "learn grav" helped a lot but still wasnt enough and i tried so many things for not hours but days :)
from my experience and use cases, "section" is not a must but most compatible.
i also guess we must.
i also guess we must.
yes, but not "1" only. it can be any number, just had to be different from others since we use yaml, any number is okay and wont change anything other than being different.