I wish to create a node in the repository o hold some content. I'm using simplecms as a foundation. Is there a default node I can create using admin just as it was a "directory", a "container" of other nodes.
I think that using a page for that is too much because I don't need routing. It will only hold some content that will be referenced by blocks on the content structure
And using a MenuNode is also weird because it's not a menu. Also MenuNodes only allow for NodeInterfaces inside it.
I see initializers create a nt:unstructured phpcr:managed node, but it's not editable and can't be created by the admin.
So, is there anything I can use there?