Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a way to control exporting behavior #13

Open
fidel-outdoorsy opened this issue Jul 24, 2019 · 0 comments
Open

Introduce a way to control exporting behavior #13

fidel-outdoorsy opened this issue Jul 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@fidel-outdoorsy
Copy link
Contributor

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.

@fidel-outdoorsy fidel-outdoorsy added the enhancement New feature or request label Jul 24, 2019
@fidel-outdoorsy fidel-outdoorsy changed the title Introduce settings or hooks to control exporting behavior Introduce a way to control exporting behavior Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant