Fix import path and add LG widget
This commit is contained in:
parent
b893887707
commit
2da30137ec
2 changed files with 9 additions and 1 deletions
|
@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
import ModularWidgets from 'ModularWidgets';
|
import ModularWidgets from './ModularWidgets';
|
||||||
|
|
||||||
class AppWidget {
|
class AppWidget {
|
||||||
constructor(type, url, options) {
|
constructor(type, url, options) {
|
||||||
|
|
|
@ -78,6 +78,14 @@ const roomWidgetConfig = {
|
||||||
name: "Etherpad",
|
name: "Etherpad",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
// Insurance room - !nTUetaZELiqWcWYshy:matrix.org
|
||||||
|
'!nTUetaZELiqWcWYshy:matrix.org': [
|
||||||
|
{
|
||||||
|
id: "lg",
|
||||||
|
url: "http://localhost:8000/lg.html",
|
||||||
|
name: "L&G Insurance Policy",
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = React.createClass({
|
module.exports = React.createClass({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue