You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our ResourceLink plugin for CKEditor relies on HTML anchor tags having a data-uuid attribute. The attribute value previously was a uuid. It is no longer a UUID, but rather some string encoding encoding (1) a uuid and (2) possibly some other information.
We use a single attribute to pass this data to CKEditor because that's most convenient as far as CKEditor is concerned
Then once we have that released, we can introduce a PR in Studio to update to the new package and make the necessary changed to our ResourceLinkMarkdownSyntax plugin (which, again, will be basically just changing one constant value)
Our ResourceLink plugin for CKEditor relies on HTML anchor tags having a
data-uuid
attribute. The attribute value previously was a uuid. It is no longer a UUID, but rather some string encoding encoding (1) a uuid and (2) possibly some other information.We use a single attribute to pass this data to CKEditor because that's most convenient as far as CKEditor is concerned
Suggested new name:
data-link-attrs
.See discussion at #1036 (comment)
The text was updated successfully, but these errors were encountered: