Unique ID Extension: Enable on all types? #5833
-
So the documentation has UniqueID.configure({
types: ['heading', 'paragraph'],
}), and the default for Is there a way to generate IDs for every type without having to write them out? I need the ID for some functionality regardless of its type. |
Beta Was this translation helpful? Give feedback.
Answered by
nperez0111
Nov 15, 2024
Replies: 1 comment
-
It's better to be explicit, adding attributes to everything can be excessive |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nperez0111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's better to be explicit, adding attributes to everything can be excessive