-
Notifications
You must be signed in to change notification settings - Fork 4
Non-path based keys #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Potentially allow lookups for keys not formatted like a path. This is mainly for allowing edge-case arbitrary content (I've been doing this), for example your content object could be shaped like:
{
'GLOBAL': {},
'/': {},
'/projects': {},
'/projects/a': {}
}Where GLOBAL is content that is general to the whole site. In your views you could then use something like:
page('GLOBAL').value('title')Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request