isxtn
2 years agoAdvisor
settings.get.name for a particular page on Settings List Editor?
I have a particular page that has special fields in the Admin > System > Settings List Editor that are only for that page, although they show up on other pages for SLE as well.
Currently,
settings.name.get('custom.event_tag_details','missing event details')/>
Gets an empty field since it seems to not be pulling from that board page, only the main settings.
Is there a way to limit that to a particular page, say "board x"?
I saw there is coreNode.settings.name.get('','') but there is not a lot of documentation other than bare bones. No examples of how to use it.
https://developer.khoros.com/khoroscommunitydevdocs/reference/settings-1
Do I put the name of the coreNode there or is there some other format?
Thanks