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

Workaround for handling deleted documents #23

Open
jeremydw opened this issue Feb 22, 2018 · 0 comments
Open

Workaround for handling deleted documents #23

jeremydw opened this issue Feb 22, 2018 · 0 comments

Comments

@jeremydw
Copy link
Member

In Kintaro, there is no way to delete a published document. Via the Grow-Kintaro extension, it should be possible to indicate to Grow somehow that a document should be deleted, and then Grow should delete its local copy of the document upon preprocessing.

For example, Grow can infer a document's deleted status by reading the value of a specific key, such as deleted. If deleted is True, then the document should be removed in Grow.

The name of this key should be customizable by the user (with a sane default, like deleted). In the podspec config options, deleted_key: "deleted" would be the default, but a user could override it with something like deleted_key: "is_deleted".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant