ngx-xtroedge-cms 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -277,7 +277,9 @@ var DEFAULT_EDITABLE_TAGS = [
277
277
  "blockquote",
278
278
  "td",
279
279
  "th",
280
- "div"
280
+ "div",
281
+ "header",
282
+ "footer"
281
283
  ];
282
284
  var XtroedgeCMS = class _XtroedgeCMS {
283
285
  constructor(config) {