hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

genertor_blob now supports type = radio #346

Closed AlchemyUnited closed 5 years ago

AlchemyUnited commented 5 years ago

Here ya go Hyun! There are 2 different radio types: -- radio_row (lists the radio inline - good for on / off, yes / no, etc.) -- radio_col (which will make each a block, kinda like a list - which would be good for 3 or 4+ options).

If you want to test / try just change a select to radio_row or radio_col. Or there's a test field within the quote atts in available.php. You can un-comment that. Also FYI , I left some garbage in the js files I needed to update. Basically, the code I replaced is still there, but commented out, as a reference. Once we're sure all is well, that can be cleaned up.

p.s. Remind me, there are some other (less pressing) issues with the Add Component UX that I think in time would be helpful to update / fix.

hyunsupul commented 5 years ago

Hi Mark, please allow me some time to incorporate the changes and release a new version. There are some other issues I wanted to look but didn't get around to.

AlchemyUnited commented 5 years ago

@hyunsupul - I completely understand :) If there's anything you'd want me to poke at, let me know. Soon I'll send you a copy of the customizations plugin I'm doing so you can see how these recent updates have made the product better, at least I think so.