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

Better entity usage integration in gutenberg #1382

Open
chindris opened this issue Jun 28, 2023 · 0 comments
Open

Better entity usage integration in gutenberg #1382

chindris opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
drupal Concerns Drupal backends.

Comments

@chindris
Copy link
Contributor

There is currently an entity usage integration in the silverback_gutenberg module that tracks the usage of embedded media. However, we can have cases when the content gets embedded into the editor in different ways: links paragraphs or custom blocks which make use of the link control (or the url control). We should also track those.

A proposal would be to track every block which has the following attributes: entityType and uuid.

To be on a safe side, the uuid could either be a string or an array.

@chindris chindris changed the title Better entity usage integration with gutenberg Better entity usage integration in gutenberg Jun 28, 2023
@chindris chindris added the drupal Concerns Drupal backends. label Jul 3, 2023
@chindris chindris self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
drupal Concerns Drupal backends.
Projects
None yet
Development

No branches or pull requests

1 participant