chore: add edx-next theme to repo (#15)

This commit is contained in:
Thomas Tracy
2022-02-02 11:14:41 -05:00
committed by GitHub
parent 59767c8604
commit 7d2fa72768
3 changed files with 5 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4257,9 +4257,9 @@
"dev": true
},
"@edx/brand": {
"version": "npm:@edx/brand-openedx@1.1.0",
"resolved": "https://registry.npmjs.org/@edx/brand-openedx/-/brand-openedx-1.1.0.tgz",
"integrity": "sha512-ne2ZKF1r0akkt0rEzCAQAk4cTDTI2GiWCpc+T7ldQpw9X57OnUB16dKsFNe40C9uEjL5h3Ps/ZsFM5dm4cIkEQ=="
"version": "npm:@edx/brand-edx.org@2.0.3",
"resolved": "https://registry.npmjs.org/@edx/brand-edx.org/-/brand-edx.org-2.0.3.tgz",
"integrity": "sha512-QRmq2su1Xy+9GhY3NRZ+WdjtYWHmgfuKbVCW2skxgfgW9Q6kea8L6LrgigfrZtW+kQq/KdX2tVJcYBkB9xALtQ=="
},
"@edx/eslint-config": {
"version": "1.2.0",

View File

@@ -35,7 +35,7 @@
"url": "https://github.com/edx/frontend-app-communications/issues"
},
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/brand": "npm:@edx/brand-edx.org@^2.0.3",
"@edx/frontend-component-footer": "10.1.6",
"@edx/frontend-component-header": "2.3.0",
"@edx/frontend-platform": "1.12.7",

View File

@@ -29,6 +29,7 @@ export default function TextEditor(props) {
init={{
selector: 'textarea#editor',
height: 600,
branding: false,
plugins: 'advlist code emoticons link lists table',
toolbar: 'bold italic | bullist numlist | link emoticons',
skin: false,