You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug when parsing a control of the type embed - thanks to @rpjengaard (see 6901459).
In Umbraco 7.3, the configuration of an editor is no longer saved in the JSON of the grid property, but injected at run-time based on grid.editors.config.js as well as editors from package.manifest files of installed packages. If using this package in Umbraco 7.2.x, everything will work as before. Earlier versions of this package won't be compatible with Umbraco 7.3.
The package is now build against Umbraco 7.3 RC, while still supporting Umbraco 7.2.x.