File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/pluggableWidgets/rich-text-web Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <widget id =" com.mendix.widget.custom.richtext.RichText" needsEntityContext =" true" pluginWidget =" true" offlineCapable =" true"
3
- xmlns =" http://www.mendix.com/widget/1.0/"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd" >
2
+ <widget id =" com.mendix.widget.custom.richtext.RichText" needsEntityContext =" true" pluginWidget =" true" offlineCapable =" true" xmlns =" http://www.mendix.com/widget/1.0/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd" >
5
3
<name >Rich Text</name >
6
4
<description >Rich inline or toolbar text editing</description >
7
5
<studioProCategory >Input elements</studioProCategory >
225
223
<caption >Removal</caption >
226
224
<description />
227
225
</property >
226
+ <property key =" tableBetter" type =" boolean" defaultValue =" true" >
227
+ <caption >Table</caption >
228
+ <description />
229
+ </property >
228
230
<property key =" advancedConfig" type =" object" isList =" true" required =" false" >
229
231
<caption >Advanced groups</caption >
230
232
<description />
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export interface RichTextContainerProps {
72
72
header : boolean ;
73
73
view : boolean ;
74
74
remove : boolean ;
75
+ tableBetter : boolean ;
75
76
advancedConfig : AdvancedConfigType [ ] ;
76
77
}
77
78
@@ -112,5 +113,6 @@ export interface RichTextPreviewProps {
112
113
header : boolean ;
113
114
view : boolean ;
114
115
remove : boolean ;
116
+ tableBetter : boolean ;
115
117
advancedConfig : AdvancedConfigPreviewType [ ] ;
116
118
}
You can’t perform that action at this time.
0 commit comments