ysc
(Yannick Schaus)
10
Please try this:
It should solve both your problems.
Example usage:
component: f7-card
config:
title: Test HTML widget
slots:
default:
- component: widget:html_display
config:
html: =@@'PCBureau_Power' + " with some <i>html</i> <b>formatting</b>!<p>Another paragraph with ä"
stylesheet: >
.text-editor {
border: 0;
background: transparent;
}
1 Like