I’ve created a component with an editable within it:
Definition:
<h3 class="title" data-pgc-edit="demo.service-title" data-pgc-edit-types="demo.service">Web Design</h3>
Instance:
<h3 class="title" data-pgc-field="demo.service-title">Web Designing</h3>
If I try to click the “Edit Text” icon it tells me
"The element can’t be changed because it is defined in component “Service”. The following parts of demo.service-title are editable:
- Component instances of Service can be added and deleted from the content"
I should be able to edit it. Also, if I go back to the definition of the component and change the title there it does not change the title in the instances of the component I placed in a separate page…which seems correct if the Title is editable. So, something’s working right…and something’s working wrong.
Any help is appreciated.
If I try to click the “Edit Text” icon it tells me
"The element can’t be changed because it is defined in component “Service”. The following parts of demo.service-title are editable:
- Component instances of Service can be added and deleted from the content"
I should be able to edit it. Also, if I go back to the definition of the component and change the title there it does not change the title in the instances of the component I placed in a separate page…which seems correct if the Title is editable. So, something’s working right…and something’s working wrong.
Any help is appreciated.