Skip to content
New issue

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

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

Already on GitHub? # to your account

Rewrite blank_slate semantics #9

Open
acobster opened this issue Feb 16, 2019 · 0 comments
Open

Rewrite blank_slate semantics #9

acobster opened this issue Feb 16, 2019 · 0 comments

Comments

@acobster
Copy link
Owner

  • Honor all at top, entity level
  • Users by ID, email, username
  • Posts by ID, slug
  • Associated posts via meta:
blank_slate:
  posts:
    - 123
    - id: 456
    - my-slug

  users:
    - 123
    - my_username
    - username: another_username
    - email: ctamayo@sitecrafting.com
      # looks for user's ID in postmeta rows with key `my_posts`
      # and deletes corresponding posts
      delete_posts_with_meta_key: my_posts
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant