You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a button group in Blueprint and the buttons were not selectable despite them looking identical to a button group I created earlier when looking at the yaml. (- 25% vs - 0)
When creating a button group, either in the yaml or Blueprint, integers must not be used, or if they are, the user must wrap them in quotes in the yaml after creating them in the control panel.
How to Reproduce
Create a button group in the Control Panel using Blueprint:
Bug Description
I created a button group in Blueprint and the buttons were not selectable despite them looking identical to a button group I created earlier when looking at the yaml. (
- 25%
vs- 0
)When creating a button group, either in the yaml or Blueprint, integers must not be used, or if they are, the user must wrap them in quotes in the yaml after creating them in the control panel.
How to Reproduce
Create a button group in the Control Panel using Blueprint:
![image](https://user-images.githubusercontent.com/692663/91644359-21665980-e9f0-11ea-8b98-98d8de5aa2f2.png)
or create them in the Blueprint yaml:
And then attempt to select the buttons in that button group, this fails.
Despite it working for other button groups in the yaml:
In order to fix this issue the user must modify the integers with quotes in the yaml:
Environment
Statamic version: 3.0.2
PHP version: 7.4
Install method (choose one): Fresh install from
statamic/statamic
The text was updated successfully, but these errors were encountered: