Split Froala DOM rules by version

From discussion at #6028
main
James Martindale 3 years ago
parent 37ac57d6ac
commit 70039a18b5

@ -1447,7 +1447,14 @@
24 24
], ],
"description": "Froala Editor is a WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for applications.", "description": "Froala Editor is a WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for applications.",
"dom": ".fr-view, .fr-box, .fr-popup, .froala-box", "dom": {
".froala-box": {
"exists": "\\;version:1"
},
".fr-view, .fr-box, .fr-popup": {
"exists": "\\;version:2+"
}
},
"icon": "Froala.svg", "icon": "Froala.svg",
"implies": [ "implies": [
"jQuery", "jQuery",
@ -1617,4 +1624,4 @@
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js" "website": "https://github.com/alvarotrigo/fullpage.js"
} }
} }

Loading…
Cancel
Save