wordpress-mce-view-and-shortcode-editor icon indicating copy to clipboard operation
wordpress-mce-view-and-shortcode-editor copied to clipboard

Custom WordPress MCE View and shortcode editor

Results 7 wordpress-mce-view-and-shortcode-editor issues
Sort by recently updated
recently updated
newest added

Hi, when I try to use your shortcode without content so something like this. `[boutique_banner title="hello world" link="more" linkhref="#"]` it works until I want to edit it. When I try...

More of a question because youre the only reliable information about this. I understand the second argument for register accepts a View object for extending. What is the basic requirements...

Typo.. in file name /views/dtbake_shortcode_banner_view.php should be /views/dtbaker_shortcode_banner_view.php

I think presentation, logic and model need to be separated. First step https://github.com/dtbaker/wordpress-mce-view-and-shortcode-editor/pull/8

Hi, i've noticed a stange behavior when puttin a console.log on the 'getContent' this event is fired twice or more time... I'm looking for a way to have thie event...

Is it possible to enable the editor only when an attribute is set? eg: only enable the editor when the shortcode has the attribute abc: `[test abc=1 /]`