Skip to content

Commit

Permalink
Added attributes for <a> tags
Browse files Browse the repository at this point in the history
Further part of #2814
  • Loading branch information
simondate authored Feb 20, 2025
1 parent 1deb05e commit 0b54fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function Configuration() {
maxLoginAttempts: 3,
ckEditorHtmlSupport: {
allow: [{
name: "^(blockquote|ul|ol|span)$",
name: "^(a|blockquote|ul|ol|span)$",
"attributes": true,
"classes": true,
"styles": true
Expand Down

0 comments on commit 0b54fbe

Please sign in to comment.