['group' => 'visibility', 'attribute' => 'is_enabled'], 'archiveHeaderShowOnDesktop' => ['group' => 'visibility', 'attribute' => 'show_on_desktop'], 'archiveHeaderShowOnMobile' => ['group' => 'visibility', 'attribute' => 'show_on_mobile'], // Page Visibility (grupo especial _page_visibility) 'archiveHeaderVisibilityHome' => ['group' => '_page_visibility', 'attribute' => 'show_on_home'], 'archiveHeaderVisibilityPosts' => ['group' => '_page_visibility', 'attribute' => 'show_on_posts'], 'archiveHeaderVisibilityPages' => ['group' => '_page_visibility', 'attribute' => 'show_on_pages'], 'archiveHeaderVisibilityArchives' => ['group' => '_page_visibility', 'attribute' => 'show_on_archives'], 'archiveHeaderVisibilitySearch' => ['group' => '_page_visibility', 'attribute' => 'show_on_search'], // Exclusions (grupo especial _exclusions) 'archiveHeaderExclusionsEnabled' => ['group' => '_exclusions', 'attribute' => 'exclusions_enabled'], 'archiveHeaderExcludeCategories' => ['group' => '_exclusions', 'attribute' => 'exclude_categories', 'type' => 'json_array'], 'archiveHeaderExcludePostIds' => ['group' => '_exclusions', 'attribute' => 'exclude_post_ids', 'type' => 'json_array_int'], 'archiveHeaderExcludeUrlPatterns' => ['group' => '_exclusions', 'attribute' => 'exclude_url_patterns', 'type' => 'json_array_lines'], // Content 'archiveHeaderBlogTitle' => ['group' => 'content', 'attribute' => 'blog_title'], 'archiveHeaderShowPostCount' => ['group' => 'content', 'attribute' => 'show_post_count'], 'archiveHeaderShowDescription' => ['group' => 'content', 'attribute' => 'show_description'], 'archiveHeaderCategoryPrefix' => ['group' => 'content', 'attribute' => 'category_prefix'], 'archiveHeaderTagPrefix' => ['group' => 'content', 'attribute' => 'tag_prefix'], 'archiveHeaderAuthorPrefix' => ['group' => 'content', 'attribute' => 'author_prefix'], 'archiveHeaderDatePrefix' => ['group' => 'content', 'attribute' => 'date_prefix'], 'archiveHeaderSearchPrefix' => ['group' => 'content', 'attribute' => 'search_prefix'], 'archiveHeaderCountSingular' => ['group' => 'content', 'attribute' => 'posts_count_singular'], 'archiveHeaderCountPlural' => ['group' => 'content', 'attribute' => 'posts_count_plural'], // Typography 'archiveHeaderHeadingLevel' => ['group' => 'typography', 'attribute' => 'heading_level'], 'archiveHeaderTitleSize' => ['group' => 'typography', 'attribute' => 'title_size'], 'archiveHeaderTitleWeight' => ['group' => 'typography', 'attribute' => 'title_weight'], 'archiveHeaderDescriptionSize' => ['group' => 'typography', 'attribute' => 'description_size'], 'archiveHeaderCountSize' => ['group' => 'typography', 'attribute' => 'count_size'], // Colors 'archiveHeaderTitleColor' => ['group' => 'colors', 'attribute' => 'title_color'], 'archiveHeaderPrefixColor' => ['group' => 'colors', 'attribute' => 'prefix_color'], 'archiveHeaderDescriptionColor' => ['group' => 'colors', 'attribute' => 'description_color'], 'archiveHeaderCountBgColor' => ['group' => 'colors', 'attribute' => 'count_bg_color'], 'archiveHeaderCountTextColor' => ['group' => 'colors', 'attribute' => 'count_text_color'], // Spacing 'archiveHeaderMarginTop' => ['group' => 'spacing', 'attribute' => 'margin_top'], 'archiveHeaderMarginBottom' => ['group' => 'spacing', 'attribute' => 'margin_bottom'], 'archiveHeaderPadding' => ['group' => 'spacing', 'attribute' => 'padding'], 'archiveHeaderTitleMarginBottom' => ['group' => 'spacing', 'attribute' => 'title_margin_bottom'], 'archiveHeaderCountPadding' => ['group' => 'spacing', 'attribute' => 'count_padding'], // Behavior 'archiveHeaderIsSticky' => ['group' => 'behavior', 'attribute' => 'is_sticky'], 'archiveHeaderStickyOffset' => ['group' => 'behavior', 'attribute' => 'sticky_offset'], ]; } }