diff --git a/docs/advanced_topics/customisation/page_editing_interface.rst b/docs/advanced_topics/customisation/page_editing_interface.rst index 8b223d197..9d3d5eb1b 100644 --- a/docs/advanced_topics/customisation/page_editing_interface.rst +++ b/docs/advanced_topics/customisation/page_editing_interface.rst @@ -143,6 +143,9 @@ To begin, import the ``Format`` class, ``register_image_format`` function, and o To unregister, call ``unregister_image_format`` with the string of the ``name`` of the ``Format`` as the only argument. + .. warning:: + Unregistering ``Format`` objects will cause errors viewing or editing pages that reference them. + .. _custom_edit_handler_forms: Customising generated forms