Custom Tab Layout
Setting the default tab
var beeConfig = {
uid: config.uid,
defaultTab: 'content',
...
Changing the tab order
Last updated
Was this helpful?
var beeConfig = {
uid: config.uid,
defaultTab: 'content',
...
Last updated
Was this helpful?
Was this helpful?
var beeConfig = {
uid: config.uid,
defaultTabsOrder: ['content', 'settings', 'rows'],
...