|
In order to found test that has an 'embedded' image:
- a property has to have the following string:
${link:{uuid:{
- the parent node has to have a child node called
text_files
primary type mgnl:area
- this child node has one or more mgnl:contentNode nodes (named file, file0, ...)
- this file node has a child named
document
primary type mgnl:resource
Task:
- Create an Asset based on the file node
- Rename the link (defined in the text)
- from
${link:{uuid:
{0fa615af-207d-4a45-a3aa-9103d76e54d9}
,repository:
{website}
,handle:
{/demo-project/about/subsection-articles/article/content/00/text_files/file}
,nodeData:
{document}
,extension:
{jpg}}}"
– to
${link:{uuid:{assetUuid(jcr:xxxxxxx)},repository:{dam},handle:{assetpath},nodeData:{resource},extension:{jpg}
}}"
|