['group' => 'visibility', 'attribute' => 'is_enabled'], 'topBarShowOnMobile' => ['group' => 'visibility', 'attribute' => 'show_on_mobile'], 'topBarShowOnDesktop' => ['group' => 'visibility', 'attribute' => 'show_on_desktop'], 'topBarShowOnPages' => ['group' => 'visibility', 'attribute' => 'show_on_pages'], // Content 'topBarIconClass' => ['group' => 'content', 'attribute' => 'icon_class'], 'topBarLabelText' => ['group' => 'content', 'attribute' => 'label_text'], 'topBarMessageText' => ['group' => 'content', 'attribute' => 'message_text'], 'topBarLinkText' => ['group' => 'content', 'attribute' => 'link_text'], 'topBarLinkUrl' => ['group' => 'content', 'attribute' => 'link_url'], // Colors 'topBarBackgroundColor' => ['group' => 'colors', 'attribute' => 'background_color'], 'topBarTextColor' => ['group' => 'colors', 'attribute' => 'text_color'], 'topBarLabelColor' => ['group' => 'colors', 'attribute' => 'label_color'], 'topBarIconColor' => ['group' => 'colors', 'attribute' => 'icon_color'], 'topBarLinkColor' => ['group' => 'colors', 'attribute' => 'link_color'], 'topBarLinkHoverColor' => ['group' => 'colors', 'attribute' => 'link_hover_color'], // Spacing 'topBarFontSize' => ['group' => 'spacing', 'attribute' => 'font_size'], 'topBarPadding' => ['group' => 'spacing', 'attribute' => 'padding'], ]; } }