Skip to content

Helper Updates

Compare
Choose a tag to compare
@gunjandatta gunjandatta released this 28 Mar 16:44
· 411 commits to master since this release
3430ff6

SharePoint Configuration

This release has a major update for the SPConfig component. The creation of content types and field references is now working. I had to use JSOM code, since the REST API still isn't working. The only property of a field reference that can't be updated is the "ReadOnly" property.

New Methods

addContentEditorWebPart - A new method that allows you to add a content editor webpart to a specified page.

addScriptEditorWebPart - This method has been moved from the Helper.WebPart class. This release will require updates to existing references:

Helper.WebPart.addWebPartToPage(...) -> Helper.addScriptEditorWebPart(...)