wintercms / wn-builder-plugin

GUI for building plugins in Winter CMS
MIT License
34 stars 12 forks source link

Add "storm" option for the span property #57

Open webbati opened 1 year ago

webbati commented 1 year ago

Now is not possible to set "storm" as span value and the builder plugin delete the value saving after you set it manually.

We also apply the "cssClass" property to the widget of the builder if "storm" value is selected for the span property, default class "col-sx-12 col-md-6" will be applied if nothing is set

LukeTowers commented 1 year ago

We should probably call it manual instead, storm isn't really a special value that's treated any differently if I recall, it's just the use of any non-supported values that triggers the behaviours associated with setting span: storm.

bennothommo commented 1 year ago

@LukeTowers you're right, also, it looks like auto doesn't do anything either - at the very least, I haven't found any code that directly targets it.