TLDR: I cannot find a page property when checking the page properties in CRX/DE but the property value is showing up when checking view-as-published
---------
so I have a property called "fileReference" which just points to an image in the DAM (e.g. /content/dam/images/animals/frog.jpg). I checked the node (/content/mysite/en/animals/frog/jcr:content) and I cannot find the property there.
BUT when I view-as-published on the page, the property value is showing in the rendered page.
Additional tests:
Any ideas what's happening? Thanks
EDIT1: here's a sample of the fileReference when it's showing correctly in CRX/DE
Solved! Go to Solution.
Views
Replies
Total Likes
if I am not wrong using fileRerefence you are having functionality like the below one -
Here file would be stored like this -
In your case the node hierarchy should be /content/yourpagepath/jcr:content/image/file/jcr:content , it's having all the necessary information like fileName, mixinType.
Are you observing similar node structure? Please check.
if I am not wrong using fileRerefence you are having functionality like the below one -
Here file would be stored like this -
In your case the node hierarchy should be /content/yourpagepath/jcr:content/image/file/jcr:content , it's having all the necessary information like fileName, mixinType.
Are you observing similar node structure? Please check.
This sounds like a permissions issue
You should try and delete the page with an admin account to ensure this is the case and then make sure that the user who is deleting pages (or user group) has the correct permissions to delete.
I am admin though. (or at least the admin account provided to me by Adobe Managed Services).
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies