SP Shortcode issues

Issue #21 new
Rafi Yagi created an issue

Right now a post gets updated by removing all shortcodes (SP and non-sp), and then re-inserting the shortcode for each component in the correct order.

Need to figure out a way to sort save the SP-component order without destroying all other shortcodes.

Example:

// other shortcodes

[sp-components]
     [sp-comp id="232"]
     [sp-comp id="233"]
     etc ...
[/sp-components]

// other shortcodes

Comments (2)

  1. Log in to comment