You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use bookmarks, but bookmarks names do not allow adding slashes, so we cannot do any deeper structures. also they are maintained by the administrator.
option 2)
use a custom property. i think its possible to define custom node types with required fields in prismic but if publishers need to maintain a tree structure, they need some UI to help them manage this easier.
The text was updated successfully, but these errors were encountered:
you could read a phpcr:path property or such and if there is none, fall back to what you use now in the POC. however, this would only work when creating nodes does not happen through prismic but through some phpcr client, as it allows to create nodes without direct parent.
for now I am just using bookmarks as paths if available and otherwise I keep using the uuid's. for structured documents we will likely want to model them as children, see also #5
option 1)
use bookmarks, but bookmarks names do not allow adding slashes, so we cannot do any deeper structures. also they are maintained by the administrator.
option 2)
use a custom property. i think its possible to define custom node types with required fields in prismic but if publishers need to maintain a tree structure, they need some UI to help them manage this easier.
The text was updated successfully, but these errors were encountered: