Answers for "check page uid fluid"

0

check page uid fluid

If you want to use this in an FLUIDTEMPLATE (page.10 = FLUIDTEMPLATE as example) you can access the page data with {data.uid}.

<f:if condition="{data.uid} == 78">
  <p>I am Page 78</p>
</f:if>
Posted by: Guest on February-17-2020

Browse Popular Code Answers by Language