Figured out something more:When using custom multifield from within a component dialog (for example dialog of metatag component) the node structure which is getting created in crx is as below and everything is working fineBut while using the multifield from within Page Properties the node structure ...
Hello,I have a scenario wherein i have a separate template for pages showing course details and course timings. There are two components built(coursedetails and coursetimings) which display details about location wise timings of courses. These components fetch data entered via Page Properties dialog...
Hello,I have a scenario wherein i have a separate template for pages showing course details and course timings. There are two components built(coursedetails and coursetimings) which display details about location wise timings of courses. These components fetch data entered via Page Properties dialog...
susheel : adding @context='html' is causing values not to appear both on the page as well as in the page source.Feike Visser : Earlier I had tried with data-sly-element with following sightly code: <${metafield.meta} ${metafield.property1}=${metafield.value1} ${metafield.p...
Hi Susheel,Thanks for replying For question(1): I do need ${metafield.meta} because it can be meta or link or anything else updated in future.For question(2): I tried sending List of String from ViewHelper, below code is doing that <sly data-sly-list.metafield="${metaBean.metaArra...
Hi,I am getting five values from my view helper(class extending WCMUse), these fields are meta, property1, property2, value1, value2 . My purpose is to set these values in metatag like: <meta property1=value1 property2=value2 /> .Code doing this in Sightly component is:<ul data-sly-list.metafield=...