ontotext-yasgui-web-component 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -97,7 +97,7 @@ The "config" value of "ngce-prop-config" or "[config]" is an object with followi
97
97
  - orientation-horizontal - the results will be appeared next to the query editor.
98
98
  - <b>query</b>: Default query when a tab is opened;
99
99
  - <b>initialQuery?</b>: Initial query when yasgui is rendered if not set the default query will be set;
100
- - <b>defaultTabName?</b>: The default tab name when a new tab is created;
100
+ - <b>defaultTabNameLabelKey?</b>: The translation label key that should be used to fetch the default tab name when a new tab is created.
101
101
  - <b>showEditorTabs</b>: If the query editor tabs should be rendered or not;
102
102
  - <b>showResultTabs</b>: If the results tabs should be rendered or not;
103
103
  - **showResultInfo**: If the result information header of YASR should be rendered or not;