Josh Crawford
Josh Crawford
I do mean that you should be doing that _anyway_, as you might be on a page that doesn't have an active node, and you'll run into this error sooner...
For the second point, do you mean you _want_ a 10000px high image, so you want it set to `auto`? As opposed to say 4000px x 4000px restrictions?
Gotcha, makes sense! I'll look at adding that support in.
Hmmm, hard to say what the specific error is, but I'm surprised there's issues from Craft 3 to 4 like this, as not much has fundamentally changed. Anything in your...
That would certainly present a unique situation for the Navigation plugin. Currently, we only accept relating elements themselves, whereas in your case, you want to pick an element field within...
Sorry, I may have explained that incorrectly. Custom fields are for _all_ node types, and are managed in the Navigation settings, under **Node Fields**. You won't see then in the...
Yeah, good call on any required fields not being provided when created. We'll probably need to change the node-creation sidebar to show the element slideout instead. We just wanted to...
Yeah, sorry for the vague templating guidance, that's getting into Craft native territory (their forms macros), and properly bootstrapping a module with the template roots stuff. But you've certainly given...
Looks like that issue trailed off into something unrelated, and this actually _hasn't_ been implemented. The workaround for the moment is to create navigation nodes for every site. To do...
It should apply to any node type, when you add a node with the propagation method set correctly. It'll be added across all enabled sites for that navigation, after which...