@brightspace-ui/htmleditor
Advanced tools
Comparing version 2.84.0 to 2.84.1
@@ -70,3 +70,3 @@ import '../../toolbar/button.js'; | ||
<d2l-htmleditor-button-toggle cmd="${cmds.linkOpenMenu}" @click="${this._handleLinkAddEditClick}" icon="link" text="${this.localize('link:addEdit')}" no-execute no-resize></d2l-htmleditor-button-toggle> | ||
<d2l-htmleditor-button-toggle cmd="${cmds.blockQuote}" icon="blockquote" text="${this.localize('format:blockquote')}" no-resize></d2l-htmleditor-button-toggle> | ||
<d2l-htmleditor-button-toggle cmd="${cmds.formatBlock}" value="blockquote" icon="blockquote" text="${this.localize('format:blockquote')}" no-resize></d2l-htmleditor-button-toggle> | ||
<d2l-htmleditor-separator no-resize></d2l-htmleditor-separator > | ||
@@ -73,0 +73,0 @@ <d2l-htmleditor-button-toggle cmd="${cmds.formatBlock}" value="h1" icon="heading1" text="${this.localize('format:heading1')}" no-resize></d2l-htmleditor-button-toggle> |
{ | ||
"name": "@brightspace-ui/htmleditor", | ||
"description": "An HTML editor that integrates with Brightspace", | ||
"version": "2.84.0", | ||
"version": "2.84.1", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/BrightspaceUI/htmleditor.git", |
2271897