Closed robbieaverill closed 6 years ago
Can you please add a comment on the justification for versioned-only vs versioned+staging/publishing?
It's primarily because the widget area editor user interface doesn't have save/publish buttons in it at the moment, and I didn't want to add them right now
Ok, I've updated the versioning implementation.
The reason for this change is so that you can have draft versions of a widget without them being shown immediately on the live site.
Example:
Live site will respect the published state of the widget rather than show the new draft content as it would have previously.
Thanks @robbieaverill great job. :)
This pull request changes the following:
Widget::getController
)Resolves #148