Custom Page Properties

Hi everybody

I was looking at the hippo’s documentation but I din’t find how can I add properties to a page like pageTitle, pageImage, description, etc.

can you please help me with documentations or suggest some solution?

thanks in advance
Cali

If you want to add the properties to document type, please refer below link:


If you want to create a custom component, please refer below link:

Thanks,
Bharat

Hi,

If those properties are static you can just write it out as meta tag in your template file ( jsp or freemarker )
If those properties are dynamic, let say each page in your website have different property value, then you can put it some where in the CMS document and read the value at your template file.

Thank you guys for your answers
Thank you @ThoLe for your help the solution you mentioned makes sense.