Echoing everyone else, this is super rad – I’m looking forward to playing with it more. (Components were effectively my first feature request when I met Kyle & Scott back in 2018)
In very brief testing, I noticed that if I make a button component – but don’t want the text editable via a parameter – that I’m still able to double click and edit the text in the builder. Sort of.
Repro:
- Create a component group
- Add a button with the text set to
Can't change me
- Style the button, and add some parameters (but don’t use one of those parameters for the text of the button)
- Set that component for export
- Go to a page editor, and add that component to the page
- In the builder preview, double click the text on the button and change it to
Just did
- Save
Observed: The button text is editable in the preview. However, after saving, that new Just did
text is never shown on the front end. And if you refresh the builder, the text will revert to the original Can't change me
text. HOWEVER, if you then double click the text again, it will show you the Just did
value once again.