nodebb-plugin-composer-default 10.2.43 → 10.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodebb-plugin-composer-default",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.45",
|
|
4
4
|
"description": "Default composer for NodeBB",
|
|
5
5
|
"main": "library.js",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"readmeFilename": "README.md",
|
|
28
28
|
"nbbpm": {
|
|
29
|
-
"compatibility": "^
|
|
29
|
+
"compatibility": "^4.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"screenfull": "^5.0.2",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
<div class="draft-icon m-2 hidden-xs hidden-sm"></div>
|
|
62
62
|
<button class="btn btn-sm btn-link py-2 text-body fw-semibold text-nowrap" data-action="preview">
|
|
63
63
|
<i class="fa fa-eye"></i>
|
|
64
|
-
<span class="d-none d-
|
|
65
|
-
<span class="d-none d-
|
|
64
|
+
<span class="d-none d-xl-inline show-text">[[modules:composer.show-preview]]</span>
|
|
65
|
+
<span class="d-none d-xl-inline hide-text">[[modules:composer.hide-preview]]</span>
|
|
66
66
|
</button>
|
|
67
67
|
{{{ if composer:showHelpTab }}}
|
|
68
68
|
<button class="btn btn-sm btn-link py-2 text-body fw-semibold text-nowrap" data-action="help">
|
|
69
69
|
<i class="fa fa-question"></i>
|
|
70
|
-
<span class="d-none d-
|
|
70
|
+
<span class="d-none d-xl-inline">[[modules:composer.help]]</span>
|
|
71
71
|
</button>
|
|
72
72
|
{{{ end }}}
|
|
73
73
|
</div>
|