You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design and implement a way for library users to override the exporter behavior:
Ability to define excluded fields per page model.
Control how fields are exported, either globally or per page model.
Implementation may use Wagtail's hook system.
The page_ptr field present in Page subclasses should always be ignored on exporting and importing, mentioning it should raise an ImproperlyConfigured exception.
The text was updated successfully, but these errors were encountered:
Design and implement a way for library users to override the exporter behavior:
Implementation may use Wagtail's hook system.
The
page_ptr
field present inPage
subclasses should always be ignored on exporting and importing, mentioning it should raise anImproperlyConfigured
exception.The text was updated successfully, but these errors were encountered: