JSONEditor.defaults.options.disable_properties = settings.patternkitEditor.disablePropertiesButtons; // @todo Loop through all editor plugins and add them at runtime.
JSONEditor.defaults.languages.en.button_delete_node_warning = 'Are you sure you want to remove this item?'; // Overrides alert message when removing an item.
// @todo Loop through all editor plugins and add them at runtime.
// Override how references are resolved.
JSONEditor.prototype._loadExternalRefs = function (schema, callback) {