Shortcode_Button
Shortcode_Button copied to clipboard
Usage another field type for shortcode contents
Hi!
Can I have textarea or simply text input fields for shortcode contents instead of wysiwyg type by default? And is there a way to add a media button above the editor instead of mce button?
I think the answer here would be the same as the one on https://github.com/jtsternberg/Shortcode_Button/issues/16#issuecomment-282761580
I'm a bit lost here. I would like a WYSIWYG (with additional shortcode buttons, for nested shortcodes) to input my shortcode content. Right now it appears I have to type my content first, then highlight it and click the shortcode button to wrap it in the shortcode. This is fine for me, but my end users will certainly be confused here. I'm trying to make a nice/easy workflow for them to create content in nested shortcodes... [columns]is the wrapper, then a bunch of [col]Some content[/col] inslide, then closing [/columns] to close it all. I'm thinking that doing all this inside the popup, (maybe with multiple popups on top of each other?) in order to handle inputting content, possibly with nested shortcodes, really nicely.