| @@ -47,8 +47,14 @@ | ||
| 47 | 47 | 'betterdocs_doc_page_content_padding_bottom' => '50', |
| 48 | 48 | 'betterdocs_doc_page_content_padding_left' => '0', |
| 49 | 49 | 'betterdocs_doc_page_content_width' => '100', |
| 50 | 50 | 'betterdocs_doc_page_content_max_width' => '1400', |
| 51 | + // Single doc content area. Defaults mirror the stock stylesheet | |
| 52 | + // (width:100%; max-width:1400px on every layout that has a capped | |
| 53 | + // content wrapper), so existing sites render identically until the | |
| 54 | + // sliders are actually moved. | |
| 55 | + 'betterdocs_single_doc_content_width' => '100', | |
| 56 | + 'betterdocs_single_doc_content_max_width' => '1400', | |
| 51 | 57 | 'betterdocs_doc_page_column_settings' => '', |
| 52 | 58 | 'betterdocs_sleek_docs_page_column_number' => '4', |
| 53 | 59 | 'betterdocs_doc_page_column_space' => '15', |
| 54 | 60 | 'betterdocs_doc_page_column_padding' => '', |
| @@ -651,8 +657,49 @@ | ||
| 651 | 657 | 'betterdocs_faq_list_content_font_size_layout_2' => '15', |
| 652 | 658 | 'betterdocs_faq_list_content_color' => '#7B7B7B', |
| 653 | 659 | 'betterdocs_faq_list_content_color_layout_2' => '#7B7B7B', |
| 654 | 660 | 'betterdocs_faq_section_seperator' => '', |
| 661 | + // Product FAQ for WooCommerce — mirrors the Docs Page FAQ controls, | |
| 662 | + // minus section-title/layout/enable controls (see FaqBuilder woo_*). | |
| 663 | + 'betterdocs_faq_section_woo_seperator' => '', | |
| 664 | + 'betterdocs_faq_group_title_tag_woo' => 'h3', | |
| 665 | + 'betterdocs_faq_category_title_color_woo' => '#15063F', | |
| 666 | + 'betterdocs_faq_category_name_font_size_woo' => '25', | |
| 667 | + 'betterdocs_faq_category_name_padding_woo' => [ | |
| 668 | + 'input1' => 20, | |
| 669 | + 'input2' => 0, | |
| 670 | + 'input3' => 20, | |
| 671 | + 'input4' => 0 | |
| 672 | + ], | |
| 673 | + 'betterdocs_faq_list_color_woo' => '#2f3b48', | |
| 674 | + 'betterdocs_faq_list_background_color_woo' => '#f0f1f5', | |
| 675 | + 'betterdocs_faq_list_content_background_color_woo' => '#fbfcff', | |
| 676 | + 'betterdocs_faq_list_content_color_woo' => '#7B7B7B', | |
| 677 | + 'betterdocs_faq_list_content_font_size_woo' => '15', | |
| 678 | + 'betterdocs_faq_list_font_size_woo' => '17', | |
| 679 | + 'betterdocs_faq_list_padding_woo' => [ | |
| 680 | + 'input1' => 20, | |
| 681 | + 'input2' => 20, | |
| 682 | + 'input3' => 20, | |
| 683 | + 'input4' => 20 | |
| 684 | + ], | |
| 685 | + // FAQ Group wrapper (.betterdocs-faq-group) — border defaults to 0 | |
| 686 | + // width so the static card border only shows once configured; padding | |
| 687 | + // and margin default to 0 per design. | |
| 688 | + 'betterdocs_faq_group_border_width_woo' => '0', | |
| 689 | + 'betterdocs_faq_group_border_color_woo' => '#dfe7f5', | |
| 690 | + 'betterdocs_faq_group_padding_woo' => [ | |
| 691 | + 'input1' => 0, | |
| 692 | + 'input2' => 0, | |
| 693 | + 'input3' => 0, | |
| 694 | + 'input4' => 0 | |
| 695 | + ], | |
| 696 | + 'betterdocs_faq_group_margin_woo' => [ | |
| 697 | + 'input1' => 0, | |
| 698 | + 'input2' => 0, | |
| 699 | + 'input3' => 20, | |
| 700 | + 'input4' => 0 | |
| 701 | + ], | |
| 655 | 702 | 'betterdocs_single_doc_attachment_heading' => '', |
| 656 | 703 | 'betterdocs_doc_single_attachment_content_bg_color' => '#fff', |
| 657 | 704 | 'betterdocs_doc_single_attachment_content_padding' => '', |
| 658 | 705 | 'betterdocs_doc_single_attachment_content_padding_top' => '15', |