wagtail-deprecated / react-streamfield

Powerful field for inserting multiple blocks with nesting. (NO LONGER MAINTAINED - See Wagtail 2.13 Release Notes)
https://wagtail.github.io/react-streamfield/public/
35 stars 12 forks source link

Add labelClass option to block definition and closedOnAdd option #13

Open joeyjurjens opened 3 years ago

joeyjurjens commented 3 years ago

I've added this option because I've blocks where I don't need to show the label, if we add an optional labelClass option we can easily hide/style them. Same goes for some nested blocks, why show them all instantly. I think an option for that would be very useful too!

Hope you guys think those are good options too! :)