In the previous section we added several props for our button, namely:
Let’s now make it possible to edit the button text, for example
Chamaeleon has a special methods.addPropsView for adding components that can be rendered when we want to change some properties
Make a new ChangeProps
plugin, in it we will add all our components that relate to editing the props of our blocks
Adding to editor
Well, we added our plugin to the editor, but nothing works yet, we need a place where we will render our components to change properties!
We will do this using another plugin in the next section