Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Last active July 7, 2017 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 5up3rman/30113de19e78befc1fe4933dacc35bfa to your computer and use it in GitHub Desktop.
Save 5up3rman/30113de19e78befc1fe4933dacc35bfa to your computer and use it in GitHub Desktop.
InjectCustomExperienceEditorAssets.js
define(["sitecore", "/-/speak/v1/ExperienceEditor/ExperienceEditor.js"], function (Sitecore, ExperienceEditor) {
return {
priority: 1,
execute: function () {
ExperienceEditor.Common.registerDocumentStyles(["/path to custom stylesheet/custom.css"], window.top.document);
}
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment