glbMngNonGenuineTbls
This global variable enables the new style-based table features. The default is “not enabled”. To enable it, add the following line to your EditorialConfig:
<Item Name="glbMngNonGenuineTbls" Value="true" />
glbTabNameDelim
This global variable allows you to redefine the delimiter that marks the style-based tables. The default is “___”: three underscores. To change it, add the following line to your EditorialConfig, replacing whatyouwant with the new delimiters. Have in mind that the content of what you type must satisfy the limitations of the paragraph tag naming conventions.
<Item Name="glbTabNameDelim" Value="whatyouwant" />
glbInsTabMode
This global variable allows you to activate the functionality of the mixed table columns, where the TAB key may insert the Bell marker, if not already present in the text of the table cell. The default is “do not insert Bell”. To enable it, add the following line to your EditorialConfig:
<Item Name="glbInsTabMode" Value="1" />