I am in the middle of creating shared text to be used on multiple pages.
I am adding the shared text on a page, and then linking to it from another page using the OOB "paragraph reference" component.
When highlighting the "sharedtextpage" below and using the "Tools/References..." menu within siteadmin, I receive a message stating
"the selected item is not referenced" even though its content is being used on that other page.
Am I using the paragraph reference component correctly; is this a known flaw in AEM 6.0?
For example:
The shared text is stored like this:
/content
/geometrixx
/en
/services
/sharedtextpage (cq:Page)
/jcr:content
/par (parsys)
/text (foundation/components/text)
text: my shared text here
... and the page is referencing the shared text like this:
/content
/geometrixx
/en
/services
/banking (cq:Page)
/jcr:content
/par (parsys)
/reference (foundation/components/reference)
path: /content/geometrixx/en/services/sharedtextpage/jcr:content/par/text