Content properties not visible on publish
- March 4, 2025
- 3 replies
- 616 views
Hi all,
I'm adding a new block to my EDS project, I edited the component-definition.json file for new component definition, the component-models.json for model and the component-filters.json file to enable the component to be added under sections. I'm currently working on a branch detached from main branch and I'm using the "ref" query param to refer to this branch in the Universal Editor. I committed the code on my branch and I can see it in the available blocks that I can add under sections. I can add the component and configure the two text properties (1 richtext and 1 text) of the defined model and I can see them with their values in the editor preview without problems, but when I publish the content in Preview and in Publish and I access the link https://<branch>--<repo>--<owner>.aem.page I see the page and the component wrapper but I cannot see the properties values, I see only an empty <div></div> inside the component wrapper. What could be the cause of this issue?
I attached two screenshot, the first is the component in the editor and the second is the component on the publish.
Thank's in advice.