-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use references in locationlist for pagebuilder block item #192
Comments
did you try with:
|
|
Looks like it doesn't like the colon between |
I would think that the reference has not been resolved, if it gets used as cache-key by the kernel. |
I will change my reference tagging format. Is there a reason why - vs . to separate hierarchy?
|
No, I just thought that the dot was the offending character. Re-reading your comment, it seems that it was the colon instead... |
Looks like the same thing is happening when I switch the tags to use references instead of hard coding the keyword.
|
I have a landing_page/page_builder content item with multiple zones and blocks.
In my migration I am creating other content items and using references to store the content_id.
So for injecting id's into a block that is a collection it uses
name: locationlist, value: '1,2,3'
What I was hoping to do was
'name: locationlist, value: 'reference:page_1,reference:page_2,reference:page_3'
The text was updated successfully, but these errors were encountered: