We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126c5a5 commit 993075cCopy full SHA for 993075c
scripts/governance.js
@@ -6,7 +6,7 @@ function applyRestrictions(allowedSelectors) {
6
const values = allowedSelector.split('/');
7
let cssSelector = '';
8
values.forEach((value) => {
9
- if (value === 'Image' || value === 'Text' || value === 'Button') {
+ if (value === 'Image' || value === 'Title' || value === 'Button') {
10
cssSelector += `[data-aue-model="${value.toLowerCase()}"] `;
11
} else if (value === 'Text') {
12
cssSelector += `[data-aue-type="richtext"] `;
0 commit comments