diff --git a/composer.json b/composer.json
index 981dba6..037dc51 100644
--- a/composer.json
+++ b/composer.json
@@ -29,11 +29,11 @@
},
"extra": {
"flarum-extension": {
- "title": "Custom Html Alert Widget",
+ "title": "ubuntu.hu - alert",
"category": "",
"icon": {
"name": "fas fa-exclamation-circle",
- "backgroundColor": "yellow",
+ "backgroundColor": "red",
"color": "white"
}
}
diff --git a/js/dist/admin.js b/js/dist/admin.js
index cbee82a..11ff274 100644
--- a/js/dist/admin.js
+++ b/js/dist/admin.js
@@ -1,2 +1,2 @@
-module.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=6)}([function(t,e){t.exports=flarum.core.compat["forum/app"]},function(t,e){t.exports=flarum.core.compat["admin/app"]},function(t,e){t.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/extend/Widgets"]},function(t,e){t.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/components/Widget"]},function(t,e,n){"use strict";var r=n(2),o=n.n(r);function u(t,e){return(u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var a=n(0),i=n.n(a),s=n(3);n.n(s).a,e.a=function(t){(new o.a).add({key:"CustomHtmlAlert",component:CustomHtmlAlertWidget,isDisabled:!1,isUnique:!0,placement:"end",position:1}).extend(t,"ubuntuhu-alert")}},,function(t,e,n){"use strict";n.r(e);var r=n(4),o=n(1),u=n.n(o);u.a.initializers.add("ubuntuhu/alert",(function(){Object(r.a)(u.a),u.a.extensionData.for("ubuntuhu-alert").registerSetting((function(){var t=u.a.translator.trans("ubuntuhu-alert.admin.warningmessage"),e=u.a.translator.trans("ubuntuhu-alert.admin.warningtext");return $("textarea").keyup((function(){var t=$("#htmltext").val();$("#liveoutp").attr("srcdoc",t)})),m("div",{className:"Form-group settingscustomhtml"},m("label",null,e),m("aside",{class:"customhtmlwarning"},t),m("div",{class:"textandprw"},m("textarea",{id:"htmltext",className:"FormControl customhtmlbox",bidi:this.setting("ubuntuhu-alert.customCode")}),m("iframe",{class:"liveoutp",id:"liveoutp"})))}))}))}]);
+module.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=6)}([function(t,e){t.exports=flarum.core.compat["forum/app"]},function(t,e){t.exports=flarum.core.compat["admin/app"]},function(t,e){t.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/extend/Widgets"]},function(t,e){t.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/components/Widget"]},function(t,e,n){"use strict";var r=n(2),o=n.n(r);function u(t,e){return(u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var a=n(0),i=n.n(a),c=n(3),s=function(t){var e,n;function r(){return t.apply(this,arguments)||this}n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,u(e,n);var o=r.prototype;return o.oncreate=function(t){document.getElementById("wghtml1").innerHTML=i.a.forum.attribute("ubuntuhu-alert.customCode")},o.className=function(){return"custom-html-widget"},o.icon=function(){return"far fa-file-code"},o.content=function(){return m("div",{class:"htmlwidget",id:"wghtml1"})},r}(n.n(c).a);e.a=function(t){(new o.a).add({key:"Alert",component:s,isDisabled:!1,isUnique:!0,placement:"end",position:1}).extend(t,"ubuntuhu-alert")}},,function(t,e,n){"use strict";n.r(e);var r=n(4),o=n(1),u=n.n(o);u.a.initializers.add("ubuntuhu/alert",(function(){Object(r.a)(u.a),u.a.extensionData.for("ubuntuhu-alert").registerSetting((function(){var t=u.a.translator.trans("ubuntuhu-alert.admin.warningmessage"),e=u.a.translator.trans("ubuntuhu-alert.admin.warningtext");return m("div",{className:"Form-group settingscustomhtml"},m("label",null,e),m("aside",{class:"customhtmlwarning"},t),m("div",{class:"textandprw"},m("textarea",{id:"htmltext1",className:"FormControl customhtmlbox",bidi:this.setting("ubuntuhu-alert.customCode")})))}))}))}]);
//# sourceMappingURL=admin.js.map
\ No newline at end of file
diff --git a/js/dist/admin.js.map b/js/dist/admin.js.map
index 2351636..e89c310 100644
--- a/js/dist/admin.js.map
+++ b/js/dist/admin.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack://@justoverclock/custom-html-widget/webpack/bootstrap","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['forum/app']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['admin/app']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget']\"","webpack://@justoverclock/custom-html-widget/./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","webpack://@justoverclock/custom-html-widget/./src/common/components/CustomHtmlAlertWidget.js","webpack://@justoverclock/custom-html-widget/./src/common/registerWidget.js","webpack://@justoverclock/custom-html-widget/./src/admin/index.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","flarum","core","compat","_setPrototypeOf","setPrototypeOf","__proto__","Widget","app","Widgets","add","component","CustomHtmlAlertWidget","isDisabled","isUnique","placement","position","extend","initializers","registerWidget","extensionData","registerSetting","warningMessage","translator","trans","warnintTitle","$","keyup","srcdoccontent","val","attr","className","class","id","bidi","this","setting"],"mappings":"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","file":"admin.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 6);\n","module.exports = flarum.core.compat['forum/app'];","module.exports = flarum.core.compat['admin/app'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget'];","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","/*\n * This file is part of justoverclock/custom-html-widget\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport app from 'flarum/forum/app';\nimport Widget from 'flarum/extensions/afrux-forum-widgets-core/common/components/Widget';\n\nexport default class LastTweetWidget extends Widget {\n oncreate(vnode) {\n document.getElementById('wghtml').innerHTML = app.forum.attribute('ubuntuhu-alert.customCode');\n }\n\n className() {\n return 'alert';\n }\n\n icon() {\n // Widget icon.\n return 'far fa-file-code';\n }\n\n content() {\n return
;\n }\n}\n","/*\n * This file is part of justoverclock/custom-html-widget.\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport Widgets from 'flarum/extensions/afrux-forum-widgets-core/common/extend/Widgets';\nimport CustomHtmlWidget from './components/CustomHtmlAlertWidget';\n\nexport default function (app) {\n new Widgets()\n .add({\n key: 'CustomHtmlAlert',\n component: CustomHtmlAlertWidget,\n isDisabled: false,\n isUnique: true,\n placement: 'end',\n position: 1,\n })\n .extend(app, 'ubuntuhu-alert');\n}\n","/*\n * This file is part of justoverclock/custom-html-widget\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\n\nimport registerWidget from '../common/registerWidget';\nimport app from 'flarum/admin/app';\n\napp.initializers.add('ubuntuhu/alert', () => {\n registerWidget(app);\n app.extensionData\n .for('ubuntuhu-alert')\n .registerSetting(function () {\n const warningMessage = app.translator.trans('ubuntuhu-alert.admin.warningmessage');\n const warnintTitle = app.translator.trans('ubuntuhu-alert.admin.warningtext');\n // anteprima in tempo reale\n $(\"textarea\").keyup(function() {\n const srcdoccontent = $(\"#htmltext\").val();\n $(\"#liveoutp\").attr(\"srcdoc\", srcdoccontent);\n });\n //fine anteprima in tempo reale\n return (\n
\n \n \n
\n
\n
\n );\n });\n});\n"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"sources":["webpack://@justoverclock/custom-html-widget/webpack/bootstrap","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['forum/app']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['admin/app']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget']\"","webpack://@justoverclock/custom-html-widget/./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","webpack://@justoverclock/custom-html-widget/./src/common/components/CustomHtmlAlertWidget.js","webpack://@justoverclock/custom-html-widget/./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","webpack://@justoverclock/custom-html-widget/./src/common/registerWidget.js","webpack://@justoverclock/custom-html-widget/./src/admin/index.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","flarum","core","compat","_setPrototypeOf","setPrototypeOf","__proto__","LastTweetWidget","subClass","superClass","constructor","oncreate","vnode","document","getElementById","innerHTML","app","forum","attribute","className","icon","content","class","id","Widget","Widgets","add","component","CustomHtmlAlertWidget","isDisabled","isUnique","placement","position","extend","initializers","registerWidget","extensionData","registerSetting","warningMessage","translator","trans","warnintTitle","bidi","this","setting"],"mappings":"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","file":"admin.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 6);\n","module.exports = flarum.core.compat['forum/app'];","module.exports = flarum.core.compat['admin/app'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget'];","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","/*\n * This file is part of justoverclock/custom-html-widget\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport app from 'flarum/forum/app';\nimport Widget from 'flarum/extensions/afrux-forum-widgets-core/common/components/Widget';\n\nexport default class LastTweetWidget extends Widget {\n oncreate(vnode) {\n document.getElementById('wghtml1').innerHTML = app.forum.attribute('ubuntuhu-alert.customCode');\n }\n\n className() {\n return 'custom-html-widget';\n }\n\n icon() {\n // Widget icon.\n return 'far fa-file-code';\n }\n\n content() {\n return ;\n }\n}\n","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n setPrototypeOf(subClass, superClass);\n}","/*\n * This file is part of justoverclock/custom-html-widget.\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport Widgets from 'flarum/extensions/afrux-forum-widgets-core/common/extend/Widgets';\nimport CustomHtmlAlertWidget from './components/CustomHtmlAlertWidget';\n\nexport default function (app) {\n new Widgets()\n .add({\n key: 'Alert',\n component: CustomHtmlAlertWidget,\n isDisabled: false,\n isUnique: true,\n placement: 'end',\n position: 1,\n })\n .extend(app, 'ubuntuhu-alert');\n}\n","/*\n * This file is part of justoverclock/custom-html-widget\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\n\nimport registerWidget from '../common/registerWidget';\nimport app from 'flarum/admin/app';\n\napp.initializers.add('ubuntuhu/alert', () => {\n registerWidget(app);\n app.extensionData\n .for('ubuntuhu-alert')\n .registerSetting(function () {\n const warningMessage = app.translator.trans('ubuntuhu-alert.admin.warningmessage');\n const warnintTitle = app.translator.trans('ubuntuhu-alert.admin.warningtext');\n //fine anteprima in tempo reale\n return (\n
\n \n \n
\n
\n
\n );\n });\n});\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/js/dist/forum.js b/js/dist/forum.js
index c63d6d4..6059e49 100644
--- a/js/dist/forum.js
+++ b/js/dist/forum.js
@@ -1,2 +1,2 @@
-module.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=5)}([function(e,t){e.exports=flarum.core.compat["forum/app"]},,function(e,t){e.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/extend/Widgets"]},function(e,t){e.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/components/Widget"]},function(e,t,n){"use strict";var r=n(2),o=n.n(r);function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var i=n(0),c=n.n(i),a=n(3);n.n(a).a,t.a=function(e){(new o.a).add({key:"CustomHtmlAlert",component:CustomHtmlAlertWidget,isDisabled:!1,isUnique:!0,placement:"end",position:1}).extend(e,"ubuntuhu-alert")}},function(e,t,n){"use strict";n.r(t);var r=n(0),o=n.n(r),u=n(4);o.a.initializers.add("ubuntuhu/alert",(function(){Object(u.a)(o.a)}))}]);
+module.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=5)}([function(t,e){t.exports=flarum.core.compat["forum/app"]},,function(t,e){t.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/extend/Widgets"]},function(t,e){t.exports=flarum.core.compat["extensions/afrux-forum-widgets-core/common/components/Widget"]},function(t,e,n){"use strict";var r=n(2),o=n.n(r);function u(t,e){return(u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var i=n(0),c=n.n(i),a=n(3),f=function(t){var e,n;function r(){return t.apply(this,arguments)||this}n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,u(e,n);var o=r.prototype;return o.oncreate=function(t){document.getElementById("wghtml1").innerHTML=c.a.forum.attribute("ubuntuhu-alert.customCode")},o.className=function(){return"custom-html-widget"},o.icon=function(){return"far fa-file-code"},o.content=function(){return m("div",{class:"htmlwidget",id:"wghtml1"})},r}(n.n(a).a);e.a=function(t){(new o.a).add({key:"Alert",component:f,isDisabled:!1,isUnique:!0,placement:"end",position:1}).extend(t,"ubuntuhu-alert")}},function(t,e,n){"use strict";n.r(e);var r=n(0),o=n.n(r),u=n(4);o.a.initializers.add("ubuntuhu/alert",(function(){Object(u.a)(o.a)}))}]);
//# sourceMappingURL=forum.js.map
\ No newline at end of file
diff --git a/js/dist/forum.js.map b/js/dist/forum.js.map
index 11cc3be..1afea4d 100644
--- a/js/dist/forum.js.map
+++ b/js/dist/forum.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack://@justoverclock/custom-html-widget/webpack/bootstrap","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['forum/app']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget']\"","webpack://@justoverclock/custom-html-widget/./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","webpack://@justoverclock/custom-html-widget/./src/common/components/CustomHtmlAlertWidget.js","webpack://@justoverclock/custom-html-widget/./src/common/registerWidget.js","webpack://@justoverclock/custom-html-widget/./src/forum/index.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","flarum","core","compat","_setPrototypeOf","setPrototypeOf","__proto__","Widget","app","Widgets","add","component","CustomHtmlAlertWidget","isDisabled","isUnique","placement","position","extend","initializers","registerWidget"],"mappings":"2BACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QA0Df,OArDAF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,gBClFrDhC,EAAOD,QAAUkC,OAAOC,KAAKC,OAAO,c,eCApCnC,EAAOD,QAAUkC,OAAOC,KAAKC,OAAO,8D,cCApCnC,EAAOD,QAAUkC,OAAOC,KAAKC,OAAO,iE,iDCArB,SAASC,EAAgB1B,EAAGqB,GAMzC,OALAK,EAAkBzB,OAAO0B,gBAAkB,SAAyB3B,EAAGqB,GAErE,OADArB,EAAE4B,UAAYP,EACPrB,IAGcA,EAAGqB,G,kCCMiBQ,ECA9B,aAAUC,IACrB,IAAIC,KACCC,IAAI,CACDlB,IAAK,kBACLmB,UAAWC,sBACXC,YAAY,EACZC,UAAU,EACVC,UAAW,MACXC,SAAU,IAEbC,OAAOT,EAAK,oB,+DCTrBA,IAAIU,aAAaR,IAAI,kBAAkB,WACnCS,YAAeX","file":"forum.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 5);\n","module.exports = flarum.core.compat['forum/app'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget'];","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","/*\n * This file is part of justoverclock/custom-html-widget\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport app from 'flarum/forum/app';\nimport Widget from 'flarum/extensions/afrux-forum-widgets-core/common/components/Widget';\n\nexport default class LastTweetWidget extends Widget {\n oncreate(vnode) {\n document.getElementById('wghtml').innerHTML = app.forum.attribute('ubuntuhu-alert.customCode');\n }\n\n className() {\n return 'alert';\n }\n\n icon() {\n // Widget icon.\n return 'far fa-file-code';\n }\n\n content() {\n return ;\n }\n}\n","/*\n * This file is part of justoverclock/custom-html-widget.\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport Widgets from 'flarum/extensions/afrux-forum-widgets-core/common/extend/Widgets';\nimport CustomHtmlWidget from './components/CustomHtmlAlertWidget';\n\nexport default function (app) {\n new Widgets()\n .add({\n key: 'CustomHtmlAlert',\n component: CustomHtmlAlertWidget,\n isDisabled: false,\n isUnique: true,\n placement: 'end',\n position: 1,\n })\n .extend(app, 'ubuntuhu-alert');\n}\n","/*\n * This file is part of justoverclock/custom-html-widget.\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\n\nimport app from 'flarum/forum/app';\nimport registerWidget from '../common/registerWidget';\n\napp.initializers.add('ubuntuhu/alert', () => {\n registerWidget(app);\n});\n"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"sources":["webpack://@justoverclock/custom-html-widget/webpack/bootstrap","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['forum/app']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets']\"","webpack://@justoverclock/custom-html-widget/external \"flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget']\"","webpack://@justoverclock/custom-html-widget/./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","webpack://@justoverclock/custom-html-widget/./src/common/components/CustomHtmlAlertWidget.js","webpack://@justoverclock/custom-html-widget/./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","webpack://@justoverclock/custom-html-widget/./src/common/registerWidget.js","webpack://@justoverclock/custom-html-widget/./src/forum/index.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","flarum","core","compat","_setPrototypeOf","setPrototypeOf","__proto__","LastTweetWidget","subClass","superClass","constructor","oncreate","vnode","document","getElementById","innerHTML","app","forum","attribute","className","icon","content","class","id","Widget","Widgets","add","component","CustomHtmlAlertWidget","isDisabled","isUnique","placement","position","extend","initializers","registerWidget"],"mappings":"2BACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QA0Df,OArDAF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,gBClFrDhC,EAAOD,QAAUkC,OAAOC,KAAKC,OAAO,c,eCApCnC,EAAOD,QAAUkC,OAAOC,KAAKC,OAAO,8D,cCApCnC,EAAOD,QAAUkC,OAAOC,KAAKC,OAAO,iE,iDCArB,SAASC,EAAgB1B,EAAGqB,GAMzC,OALAK,EAAkBzB,OAAO0B,gBAAkB,SAAyB3B,EAAGqB,GAErE,OADArB,EAAE4B,UAAYP,EACPrB,IAGcA,EAAGqB,G,2BCMPQ,E,YCXN,IAAwBC,EAAUC,E,kDAAAA,E,GAAVD,E,GAC5BX,UAAYlB,OAAOY,OAAOkB,EAAWZ,WAC9CW,EAASX,UAAUa,YAAcF,EACjCH,EAAeG,EAAUC,G,2BDSvBE,SAAA,SAASC,GACLC,SAASC,eAAe,WAAWC,UAAYC,IAAIC,MAAMC,UAAU,8B,EAGvEC,UAAA,WACI,MAAO,sB,EAGXC,KAAA,WAEI,MAAO,oB,EAGXC,QAAA,WACI,OAAO,SAAKC,MAAM,aAAaC,GAAG,a,UAfGC,GEA9B,aAAUR,IACrB,IAAIS,KACCC,IAAI,CACDlC,IAAK,QACLmC,UAAWC,EACXC,YAAY,EACZC,UAAU,EACVC,UAAW,MACXC,SAAU,IAEbC,OAAOjB,EAAK,oB,+DCTrBA,IAAIkB,aAAaR,IAAI,kBAAkB,WACnCS,YAAenB","file":"forum.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 5);\n","module.exports = flarum.core.compat['forum/app'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/extend/Widgets'];","module.exports = flarum.core.compat['extensions/afrux-forum-widgets-core/common/components/Widget'];","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","/*\n * This file is part of justoverclock/custom-html-widget\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport app from 'flarum/forum/app';\nimport Widget from 'flarum/extensions/afrux-forum-widgets-core/common/components/Widget';\n\nexport default class LastTweetWidget extends Widget {\n oncreate(vnode) {\n document.getElementById('wghtml1').innerHTML = app.forum.attribute('ubuntuhu-alert.customCode');\n }\n\n className() {\n return 'custom-html-widget';\n }\n\n icon() {\n // Widget icon.\n return 'far fa-file-code';\n }\n\n content() {\n return ;\n }\n}\n","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n setPrototypeOf(subClass, superClass);\n}","/*\n * This file is part of justoverclock/custom-html-widget.\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\nimport Widgets from 'flarum/extensions/afrux-forum-widgets-core/common/extend/Widgets';\nimport CustomHtmlAlertWidget from './components/CustomHtmlAlertWidget';\n\nexport default function (app) {\n new Widgets()\n .add({\n key: 'Alert',\n component: CustomHtmlAlertWidget,\n isDisabled: false,\n isUnique: true,\n placement: 'end',\n position: 1,\n })\n .extend(app, 'ubuntuhu-alert');\n}\n","/*\n * This file is part of justoverclock/custom-html-widget.\n *\n * Copyright (c) 2021 Marco Colia.\n * https://flarum.it\n *\n * For the full copyright and license information, please view the LICENSE.md\n * file that was distributed with this source code.\n */\n\nimport app from 'flarum/forum/app';\nimport registerWidget from '../common/registerWidget';\n\napp.initializers.add('ubuntuhu/alert', () => {\n registerWidget(app);\n});\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/js/src/admin/index.js b/js/src/admin/index.js
index 24524af..ab36753 100644
--- a/js/src/admin/index.js
+++ b/js/src/admin/index.js
@@ -18,19 +18,13 @@
.registerSetting(function () {
const warningMessage = app.translator.trans('ubuntuhu-alert.admin.warningmessage');
const warnintTitle = app.translator.trans('ubuntuhu-alert.admin.warningtext');
- // anteprima in tempo reale
- $("textarea").keyup(function() {
- const srcdoccontent = $("#htmltext").val();
- $("#liveoutp").attr("srcdoc", srcdoccontent);
- });
//fine anteprima in tempo reale
return (
-
);
diff --git a/js/src/common/components/CustomHtmlAlertWidget.js b/js/src/common/components/CustomHtmlAlertWidget.js
index 02bda5c..2a5da59 100644
--- a/js/src/common/components/CustomHtmlAlertWidget.js
+++ b/js/src/common/components/CustomHtmlAlertWidget.js
@@ -12,11 +12,11 @@
export default class LastTweetWidget extends Widget {
oncreate(vnode) {
- document.getElementById('wghtml').innerHTML = app.forum.attribute('ubuntuhu-alert.customCode');
+ document.getElementById('wghtml1').innerHTML = app.forum.attribute('ubuntuhu-alert.customCode');
}
className() {
- return 'alert';
+ return 'custom-html-widget';
}
icon() {
@@ -25,6 +25,6 @@
}
content() {
- return ;
+ return ;
}
}
diff --git a/js/src/common/registerWidget.js b/js/src/common/registerWidget.js
index 175d8df..f675a20 100644
--- a/js/src/common/registerWidget.js
+++ b/js/src/common/registerWidget.js
@@ -8,12 +8,12 @@
* file that was distributed with this source code.
*/
import Widgets from 'flarum/extensions/afrux-forum-widgets-core/common/extend/Widgets';
-import CustomHtmlWidget from './components/CustomHtmlAlertWidget';
+import CustomHtmlAlertWidget from './components/CustomHtmlAlertWidget';
export default function (app) {
new Widgets()
.add({
- key: 'CustomHtmlAlert',
+ key: 'Alert',
component: CustomHtmlAlertWidget,
isDisabled: false,
isUnique: true,
diff --git a/less/admin.less b/less/admin.less
index 81616d9..ea72a15 100644
--- a/less/admin.less
+++ b/less/admin.less
@@ -1,6 +1,6 @@
textarea.FormControl.customhtmlbox {
- height: 300px;
- width: 500px;
+ height: 500px;
+ width: 100%;
margin: 0 auto;
margin-bottom: 50px;
}
@@ -19,7 +19,7 @@
}
.customhtmlwarning {
font-size: 16px;
- width: 750px;
+ width: 100%;
text-align: justify;
margin: 0 auto;
margin-bottom: 20px;
@@ -29,5 +29,5 @@
border-left: #ff6a00 4px solid;
}
.textandprw {
- display: inline-flex;
+ display: block;
}
diff --git a/locale/en.yml b/locale/en.yml
index 31398ca..e58b91e 100644
--- a/locale/en.yml
+++ b/locale/en.yml
@@ -1,6 +1,5 @@
-justoverclock-custom-html-widget:
+ubuntuhu-alert:
admin:
- warningmessage: Injecting unknown HTML creates a potential security risk for your website. Write your own html or choose a secure code from
- trusted website. Remember also to use correct width (to fit the widget sidebar).
- warningtext: Custom Html Code
+ warningmessage: Ismeretlen eredetű kód használata, kockáztatja az oldal biztonságát! Csak saját, vagy megbízható forrásból származó kódot használjon!
+ warningtext: A widget tartalmának HTML kódja
forum: