Skip to content

Who types fields are managed with Magnolia CMS connector?

Andrea Pagliacci edited this page Feb 5, 2023 · 1 revision

I create some annotations for simplification and be dummy ready. GenericEntity annotation gives information regarding which field is key (fieldId property) and the name of this entity (that can be used for index name in case Elastic Search for example). You can add FileUpload annotation if you could have one upload input on the left sidebar of the app so enabling upload files. Magnolia CMS: content App Vaadin input upload

In December 2022 you can decide for two annotations @FileUpload or @Date that formats fields which specific format (example dd-mm-yyy).

Every fields defined in DTO determine one column in the table as we can see in the image below.

It's achieved from the class reflection that will be selected from the select box on the tab "Manage item".

So we could define 3 class and have the possibility show, find, edit from source.