{
  "module": {
    "items": [
      {
        "name": "Editor Enhancements",
        "slug": "enhance",
        "path": "/enhance",
        "pro": true,
        "description": "Improve content publishing efficiency through practical functions such as publishing time options, cloning, automatic Slug, etc."
      },
      {
        "name": "Table of Contents",
        "slug": "toc",
        "path": "/toc",
        "pro": true,
        "description": "Generate a table of contents for the post based on Heading."
      },
      {
        "name": "Scheduled Posts",
        "slug": "schedule",
        "path": "/schedule",
        "pro": true,
        "description": "Configure custom rules to schedule posts."
      },
      {
        "name": "Post Migration",
        "slug": "move",
        "path": "/move",
        "pro": true,
        "description": "Support batch modification of post categories or tags."
      },
      {
        "name": "Post Translation",
        "slug": "translate",
        "path": "/translate",
        "pro": true,
        "description": "Use third-party translation APIs to translate posts and quickly produce a large number of original posts."
      },
      {
        "name": "HTML Cleanup",
        "slug": "clean",
        "path": "/clean",
        "pro": false,
        "description": "Clean up unnecessary HTML code tags of reprinted posts with one click."
      },
      {
        "name": "Social Share",
        "slug": "share",
        "path": "/share",
        "pro": false,
        "description": "Provide website sponsorship, post likes, micro posters and social sharing components."
      },
      {
        "name": "Download Management",
        "slug": "download",
        "path": "/download",
        "pro": false,
        "description": "Once enabled, resources can be downloaded during post editing."
      }
    ]
  },
  "translate": {
    "label": "Translation Settings",
    "group": "translate",
    "slug": "translate",
    "switch_slug": "translate_switch",
    "description": "Use translation API such as Google, DeepL and Baidu to translate post content and improve content publishing efficiency.",
    "fields": [
      {
        "label": "Select API",
        "slug": "api",
        "type": "radio",
        "attrs": {
          "items": [
            {
              "label": "Google Translate (Official)",
              "value": "google"
            },
            {
              "label": "Google Translate (third party)",
              "value": "google2"
            },
            {
              "label": "Baidu Translate",
              "value": "baidu"
            },
            {
              "label": "DeepL",
              "value": "deepl"
            }
          ]
        },
        "group": {
          "fields": [
            {
              "label": "API Key",
              "slug": "google.key",
              "type": "input",
              "show": "google",
              "attrs": {
                "placeholder": "Please enter your API Key"
              },
              "remark": {
                "style": "block",
                "content": "* You can obtain it by registering and logging in to <a target=\"_blank\" href=\"https://cloud.google.com/\" class=\"link\">Google Cloud</a>, and <a target=\"_blank\" href=\" https://www.wbolt.com/cloud-translation-api.html\" class=\"link\">view the Google Translate API application and configuration tutorial</a>."
              }
            },
            {
              "label": "Proxy",
              "slug": "google2.proxy",
              "type": "radio",
              "show": "google2",
              "attrs": {
                "items": [
                  {
                    "label": "None",
                    "value": "none"
                  },
                  {
                    "label": "WBOLT Proxy",
                    "value": "wbolt"
                  }
                ]
              },
              "remark": {
                "style": "block",
                "content": "* If you cannot access the official API directly, you can choose this option; however, there may be restrictions. If the translation fails, please try again later."
              }
            },
            {
              "label": "API Key",
              "slug": "baidu.key",
              "type": "input",
              "show": "baidu",
              "attrs": {
                "placeholder": "Please enter your API Key"
              }
            },
            {
              "label": "Secret Key",
              "slug": "baidu.secret",
              "type": "input",
              "show": "baidu",
              "attrs": {
                "placeholder": "Please enter your API Key"
              },
              "remark": {
                "style": "block",
                "content": "<a target=\"_blank\" href=\"https://ai.baidu.com/tech/mt/doc_trans\" class=\"link\">Baidu Document Translation</a>, non-real-time translation returns translation results, submit the document to be translated, and then get the translated document after a period of time."
              }
            },
            {
              "label": "API Key",
              "slug": "deepl.key",
              "type": "input",
              "show": "deepl",
              "attrs": {
                "placeholder": "Please enter your API Key"
              }
            },
            {
              "label": "API Pro",
              "slug": "deepl.pro",
              "type": "radio",
              "show": "deepl",
              "attrs": {
                "items": [
                  {
                    "label": "No",
                    "value": "0"
                  },
                  {
                    "label": "Yes",
                    "value": "1"
                  }
                ]
              }
            }
          ]
        }
      },
      {
        "label": "Translated content",
        "slug": "trans",
        "type": "checkbox",
        "attrs": {
          "items": [
            {
              "label": "Title",
              "value": "post_title"
            },
            {
              "label": "Content",
              "value": "post_content"
            }
          ]
        }
      },
      {
        "label": "Automatic translation",
        "slug": "auto",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "Not enabled.",
            "1": "Enabled, automatic translation only scans and translates drafts, and does not perform tasks on other post states."
          }
        }
      },
      {
        "label": "Translation language",
        "slug": "lan",
        "type": "lan-seter",
        "custom": true,
        "attrs": {
          "items": [
            {
              "label": "Auto",
              "value": "auto"
            },
            {
              "label": "English",
              "value": "en"
            },
            {
              "label": "Chinese (Simplified)",
              "value": "zh"
            },
            {
              "label": "Arabic",
              "value": "ara"
            },
            {
              "label": "Estonian",
              "value": "est"
            },
            {
              "label": "Bulgarian",
              "value": "bul"
            },
            {
              "label": "Polish",
              "value": "pl"
            },
            {
              "label": "Danish",
              "value": "dan"
            },
            {
              "label": "German",
              "value": "de"
            },
            {
              "label": "Russian",
              "value": "ru"
            },
            {
              "label": "French",
              "value": "fra"
            },
            {
              "label": "Finnish",
              "value": "fin"
            },
            {
              "label": "Korean",
              "value": "kor"
            },
            {
              "label": "Dutch",
              "value": "nl"
            },
            {
              "label": "Czech",
              "value": "cs"
            },
            {
              "label": "Romanian",
              "value": "rom"
            },
            {
              "label": "Portuguese",
              "value": "pt"
            },
            {
              "label": "Japanese",
              "value": "jp"
            },
            {
              "label": "Swedish",
              "value": "swe"
            },
            {
              "label": "Slovenian",
              "value": "slo"
            },
            {
              "label": "Thai",
              "value": "th"
            },
            {
              "label": "Classical Chinese",
              "value": "wyw"
            },
            {
              "label": "Spanish",
              "value": "spa"
            },
            {
              "label": "Greek",
              "value": "el"
            },
            {
              "label": "Hungarian",
              "value": "hu"
            },
            {
              "label": "Italian",
              "value": "it"
            },
            {
              "label": "Vietnamese",
              "value": "vie"
            },
            {
              "label": "Cantonese",
              "value": "yue"
            },
            {
              "label": "Chinese (Traditional)",
              "value": "cht"
            }
          ]
        }
      },
      {
        "label": "Error log",
        "slug": "error_log",
        "type": "log-list",
        "custom": true
      }
    ],
    "default": {
      "tags_api_select": "google",
      "google": {
        "key": ""
      },
      "google2": {
        "proxy": "none"
      },
      "baidu": {
        "key": "",
        "secret": ""
      },
      "trans": [
        "post_title",
        "post_content"
      ],
      "auto": 1,
      "lang": "en-zh",
      "error_log": []
    },
    "disable": []
  },
  "download": {
    "label": "Download Settings",
    "group": "download",
    "slug": "download",
    "switch_slug": "download_switch",
    "description": "Helps webmasters to quickly share download resources and supports common cloud storage and customized methods.",
    "dl_type_items": [
      {
        "label": "Local",
        "slug": "local",
        "meta_placeholder": "Click the upload button on the right or paste the download link directly"
      },
      {
        "label": "Baidu pan",
        "slug": "baidu"
      },
      {
        "label": "Ctfile",
        "slug": "ct"
      },
      {
        "label": "Magnet",
        "slug": "magnet",
        "meta_placeholder": "Please enter a magnetic link starting with magnet:"
      },
      {
        "label": "Thunder",
        "slug": "xunlei",
        "meta_placeholder": "Please enter a Thunder link starting with thunder://"
      },
      {
        "label": "Alipan",
        "slug": "aliyun"
      },
      {
        "label": "Google Drive",
        "slug": "google"
      },
      {
        "label": "Dropbox",
        "slug": "dropbox"
      },
      {
        "label": "Box",
        "slug": "box"
      },
      {
        "label": "Nitroflare",
        "slug": "nitroflare"
      },
      {
        "label": "Prefiles",
        "slug": "prefiles"
      },
      {
        "label": "Rapidgator",
        "slug": "rapidgator"
      }
    ],
    "fields": [
      {
        "label": "Login required?",
        "slug": "need_member",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "Not enabled, guests can download without logging in.",
            "1": "Enabled, visitors must log in before downloading."
          }
        }
      },
      {
        "label": "Supported download types",
        "slug": "supply_post_types",
        "custom": true,
        "type": "checkbox",
        "attrs": {
          "items": [
            {
              "label": "Post",
              "value": "post"
            }
          ]
        }
      },
      {
        "label": "Sticky bar",
        "slug": "sticky_mode",
        "type": "radio",
        "attrs": {
          "items": [
            {
              "label": "Disable",
              "value": "0"
            },
            {
              "label": "At the top",
              "value": "1"
            },
            {
              "label": "At the bottom",
              "value": "2"
            }
          ]
        },
        "remark": "* After enabling Sticky bar, the download button will be displayed at the top or bottom of the page. If the theme you are using already has a top or bottom sticky bar, do not enable this feature."
      },
      {
        "label": "Default download method",
        "slug": "dl_type_items",
        "custom": true,
        "type": "checkbox",
        "attrs": {}
      },
      {
        "label": "Custom",
        "custom": true,
        "slug": "dlt_custom",
        "type": "custom-download-type",
        "pro": true
      },
      {
        "label": "Dark mode compatible",
        "slug": "dark_mode_class",
        "type": "input",
        "attrs": {
          "placeholder": "Fill in the css class name, such as .wb-dm"
        },
        "remark": "* Fill in the CSS class name when the theme dark mode is activated to respond to the switch between modes. <a href=\"https://www.wbolt.com/faq/41150.html\" target=\"faq\">How to find the dark mode CSS class name?</a>"
      },
      {
        "label": "Copyright",
        "slug": "remark",
        "type": "textarea"
      }
    ],
    "default": {
      "switch": 0,
      "need_member": 0,
      "sticky_mode": 0,
      "dl_type_items": [
        "local",
        "baidu",
        "ct",
        "magnet",
        "xunlei",
        "aliyun"
      ],
      "dlt_custom": [],
      "remark": "",
      "dark_mode_class": "",
      "supply_post_types": [
        "post"
      ]
    },
    "disable": []
  },
  "toc": {
    "label": "Table of Contents",
    "group": "toc",
    "slug": "toc",
    "switch_slug": "toc_switch",
    "description": "Use the post's Heading combination as TOC to improve user experience and SEO friendliness.",
    "fields": [
      {
        "label": "Automatic TOC",
        "slug": "auto_insert_content",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "If not enabled, you can manually insert the shortcode [magicpost_toc_items] into the appropriate position of the content as a TOC module.",
            "1": "Enabled, Heading is automatically combined into a TOC."
          }
        }
      },
      {
        "label": "Title",
        "slug": "toc_label",
        "type": "input",
        "attrs": {
          "placeholder": "Please give the TOC a title"
        }
      },
      {
        "label": "Structure",
        "slug": "ct_mode",
        "type": "radio",
        "attrs": {
          "items": [
            {
              "label": "H2",
              "value": "2"
            },
            {
              "label": "H3",
              "value": "3"
            },
            {
              "label": "H2 & H3",
              "value": "23"
            },
            {
              "label": "H3 & H4",
              "value": "34"
            }
          ]
        },
        "remark": {
          "style": "block",
          "content": "* \"H2 & H3\" means H2 is the main directory and H3 is the subdirectory."
        }
      },
      {
        "label": "Style",
        "slug": "style_toc_mode",
        "type": "remark",
        "group": {
          "fields": [
            {
              "label": "Expanded state",
              "slug": "content_unfold",
              "type": "switch",
              "attrs": {
                "inactive-value": "0",
                "active-value": "1",
                "remark": {
                  "0": "Not expanded by default",
                  "1": "Default expansion"
                }
              }
            },
            {
              "label": "Show items",
              "slug": "style_content_max",
              "type": "input-number",
              "attrs": {
                "min": 0,
                "max": 100,
                "step": 1,
                "size": "small"
              }
            },
            {
              "label": "Widget display items",
              "slug": "style_widget_max",
              "type": "input-number",
              "attrs": {
                "min": 0,
                "max": 100,
                "step": 1,
                "size": "small"
              }
            }
          ]
        }
      },
      {
        "label": "CSS",
        "slug": "style",
        "custom": true,
        "type": "tab-pane",
        "attrs": {
          "items": [
            {
              "label": "Content",
              "slug": "content",
              "type": "tab-pane-item",
              "fields": [
                {
                  "label": "BG color",
                  "slug": "background_color",
                  "type": "color-picker",
                  "attrs": {
                    "show-alpha": true
                  }
                },
                {
                  "label": "Border",
                  "slug": "border_width",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 20,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                },
                {
                  "label": "Border color",
                  "slug": "border_color",
                  "type": "color-picker",
                  "attrs": {
                    "show-alpha": true
                  }
                },
                {
                  "label": "Margin top",
                  "slug": "margin_top",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 100,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                },
                {
                  "label": "Margin bottom",
                  "slug": "margin_bottom",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 100,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                },
                {
                  "label": "Padding",
                  "slug": "padding",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 100,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                }
              ]
            },
            {
              "label": "Widget",
              "slug": "widget",
              "type": "tab-pane-item",
              "fields": [
                {
                  "label": "BG color",
                  "slug": "background_color",
                  "type": "color-picker",
                  "attrs": {
                    "show-alpha": true
                  }
                },
                {
                  "label": "Border",
                  "slug": "border_width",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 20,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                },
                {
                  "label": "Border color",
                  "slug": "border_color",
                  "type": "color-picker",
                  "attrs": {
                    "show-alpha": true
                  }
                },
                {
                  "label": "Margin_top",
                  "slug": "margin_top",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 100,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                },
                {
                  "label": "Margin bottom",
                  "slug": "margin_bottom",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 100,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                },
                {
                  "label": "Padding",
                  "slug": "padding",
                  "type": "input-number",
                  "attrs": {
                    "min": 0,
                    "max": 100,
                    "step": 1,
                    "size": "small",
                    "placeholder": "px"
                  }
                }
              ]
            },
            {
              "label": "Custom CSS",
              "slug": "css",
              "type": "tab-pane-item",
              "fields": [
                {
                  "label": "Custom CSS",
                  "slug": "custom_style",
                  "type": "textarea",
                  "attrs": {
                    "autosize": {
                      "minRows": 2,
                      "maxRows": 4
                    }
                  }
                }
              ]
            }
          ]
        }
      }
    ],
    "default": {
      "toc_switch": 0,
      "auto_insert_content": 0,
      "toc_label": "Table of Contents",
      "ct_mode": "2",
      "style_content_unfold": 0,
      "style_content_max": 5,
      "style_widget_unfold": 0,
      "style_widget_max": 5,
      "style": {
        "content": {
          "background_color": "",
          "border_width": 0,
          "border_color": "",
          "margin_top": 0,
          "margin_bottom": 0,
          "padding": 0
        },
        "widget": {
          "background_color": "",
          "border_width": 0,
          "border_color": "",
          "margin_top": 0,
          "margin_bottom": 0,
          "padding": 0
        },
        "custom_style": ""
      }
    },
    "disable": []
  },
  "clean": {
    "label": "Cleanup Settings",
    "group": "clean",
    "slug": "clean",
    "switch_slug": "clean_switch",
    "description": "By setting rules for cleaning and search & replace, the reprinted content code can be quickly cleaned up."
  },
  "share": {
    "label": "Sharing Settings",
    "group": "share",
    "slug": "share",
    "switch_slug": "share_switch",
    "description": "Implement article sponsorship, likes, social posters and common social sharing options.",
    "share_items_api": [
      {
        "value": "qq",
        "label": "QQ",
        "format": "http://connect.qq.com/widget/shareqq/index.html?url=%s&title=%s&pics=%s&summary=%s"
      },
      {
        "value": "weixin",
        "label": "Wechat",
        "format": "qrcode"
      },
      {
        "value": "weibo",
        "label": "Weibo",
        "format": "https://service.weibo.com/share/share.php?url=%s&title=%s&pic=%s&searchPic=true"
      },
      {
        "value": "line",
        "label": "LINE",
        "format": "https://social-plugins.line.me/lineit/share?url=%s"
      },
      {
        "value": "facebook",
        "label": "Facebook",
        "format": "https://www.facebook.com/sharer/sharer.php?u=%s"
      },
      {
        "value": "x",
        "label": "X",
        "format": "https://twitter.com/intent/tweet?url=%s&text=这篇文章很不错%s"
      },
      {
        "value": "whatsapp",
        "label": "Whatsapp",
        "format": "https://api.whatsapp.com/send/?text=这篇文章很不错，推荐你看看%s&type=custom_url"
      },
      {
        "value": "linkedin",
        "label": "Linkedin",
        "format": "https://www.linkedin.com/shareArticle?mini=true&url=%s&title=%s"
      },
      {
        "value": "pinterest",
        "label": "Pinterest",
        "format": "https://pinterest.com/pin/create/button/?url=%s&title=%s&media=%s&description=%s"
      },
      {
        "value": "vk",
        "label": "VK",
        "format": "https://vk.com/share.php?url=%s&title=%s"
      },
      {
        "value": "reddit",
        "label": "Reddit",
        "format": "https://www.reddit.com/submit?url=%s&title=%s"
      },
      {
        "value": "email",
        "label": "Email",
        "format": "mailto:?body=This post is great: %s&subject=Recommended reading"
      }
    ],
    "donate_items": {
      "wechat_qrcode": {
        "value": "wechat_qrcode",
        "label": "WeChat payment code"
      },
      "alipay_qrcode": {
        "value": "alipay_qrcode",
        "label": "Alipay payment code"
      }
    },
    "fields": [
      {
        "label": "Select components",
        "slug": "dwqr_module",
        "custom": true,
        "type": "checkbox",
        "attrs": {
          "items": [
            {
              "label": "Donate",
              "slug": "donate",
              "attrs": {
                "true-value": "1",
                "false-value": "0"
              }
            },
            {
              "label": "Like",
              "slug": "like",
              "attrs": {
                "true-value": "1",
                "false-value": "0"
              }
            },
            {
              "label": "Poster",
              "slug": "poster",
              "attrs": {
                "true-value": "1",
                "false-value": "0"
              }
            },
            {
              "label": "Share",
              "slug": "share",
              "attrs": {
                "true-value": "1",
                "false-value": "0"
              }
            }
          ]
        },
        "remark": {
          "style": "block",
          "content": "Select the components you want to display."
        }
      },
      {
        "label": "TabBar",
        "slug": "tabbar_switch",
        "pro": true,
        "custom": true,
        "type": "switch",
        "attrs": {
          "active-value": "1",
          "inactive-value": "0",
          "remark": {
            "0": "Not enabled",
            "1": "Enabled"
          }
        },
        "remark": {
          "style": "block",
          "content": "TabBar is only available on mobile devices and only applies to articles. You can choose whether to enable it based on the theme."
        }
      },
      {
        "label": "Color scheme",
        "slug": "theme_color",
        "type": "color",
        "attrs": {
          "show-alpha": true,
          "default": "#06c",
          "predefine": [
            "#0066CC",
            "#A02533",
            "#CA891E",
            "#6BB020",
            "#8B572A",
            "#000000",
            "#666666"
          ]
        }
      },
      {
        "label": "Placement",
        "slug": "dwqr_module_position",
        "type": "radio",
        "attrs": {
          "items": [
            {
              "label": "At the bottom",
              "value": "0"
            },
            {
              "label": "On the left",
              "value": "1"
            }
          ]
        },
        "remark": {
          "style": "block",
          "content": "* If you choose to display it on the left side of the post, it may be invisible or suspended due to the structure/style of the theme. The plugin cannot be fully compatible. Therefore, please choose a suitable display position based on the actual effect."
        }
      },
      {
        "label": "Preview",
        "slug": "preview",
        "custom": true,
        "type": "preview"
      },
      {
        "label": "Component settings",
        "slug": "item_setting",
        "custom": true,
        "type": "tab-pane",
        "attrs": {
          "items": [
            {
              "label": "Donate QR Code",
              "slug": "donate",
              "type": "tab-pane-item",
              "fields": [
                {
                  "label": "WeChat payment code",
                  "slug": "donate.wechat_qrcode",
                  "type": "img",
                  "remark": "* Please upload a 1:1 size WeChat payment QR code image, <a href='https://www.wbolt.com/how-to-get-wechat-and-alipay-qr-code.html' target='_blank'>How to get WeChat payment QR code</a>?"
                },
                {
                  "label": "Alipay payment code",
                  "slug": "donate.alipay_qrcode",
                  "type": "img",
                  "remark": "* Please upload a 1:1 size image of the Alipay QR code for payment. <a href='https://www.wbolt.com/how-to-get-wechat-and-alipay-qr-code.html' target='_blank'>How to get the Alipay QR code for payment</a>?"
                },
                {
                  "label": "Donate tips",
                  "slug": "donate_msg",
                  "type": "input",
                  "remark": "* The tip window prompt will display \"Scan the QR code to sponsor, thank you for your support!\"."
                }
              ]
            },
            {
              "label": "Social posters",
              "slug": "poster",
              "type": "tab-pane-item",
              "fields": [
                {
                  "label": "Logo",
                  "slug": "logo_url",
                  "type": "img",
                  "remark": "* Please upload the site's logo for social poster generation."
                },
                {
                  "label": "Default image",
                  "slug": "cover_url",
                  "type": "img",
                  "remark": "* When the post does not have a featured image or other images, the default image will be used to generate the social poster. It is recommended to choose an image that matches the poster ratio set below."
                },
                {
                  "label": "Style",
                  "slug": "poster_theme",
                  "type": "radio",
                  "attrs": {
                    "items": [
                      {
                        "label": "Basic",
                        "value": "0"
                      },
                      {
                        "label": "Style 1",
                        "value": "1"
                      },
                      {
                        "label": "Style 2",
                        "value": "2"
                      },
                      {
                        "label": "Style 3",
                        "value": "3"
                      },
                      {
                        "label": "Style 4",
                        "value": "4"
                      }
                    ]
                  }
                }
              ]
            },
            {
              "label": "Sharing settings",
              "slug": "share",
              "type": "tab-pane-item",
              "fields": [
                {
                  "label": "Social media",
                  "slug": "share_ways",
                  "type": "checkbox",
                  "custom": true,
                  "attrs": {}
                }
              ]
            }
          ]
        }
      }
    ],
    "default": {
      "dwqr_module": {
        "donate": "1",
        "like": "1",
        "poster": "1",
        "share": "1"
      },
      "tabbar_switch": 0,
      "theme_color": "#0066CC",
      "dwqr_module_position": "0",
      "donate": {
        "wechat_qrcode": "",
        "alipay_qrcode": ""
      },
      "donate_msg": "Scan the QR code to sponsor, thank you for your support!",
      "logo_url": "",
      "cover_url": "",
      "poster_theme": "0",
      "share_ways": [
        "qq",
        "weixin",
        "weibo"
      ]
    },
    "disable": []
  },
  "move": {
    "label": "Migrate Settings",
    "group": "move",
    "slug": "move",
    "switch_slug": "move_switch",
    "description": "Quickly implement post migration by category or tag to meet current content operation needs."
  },
  "schedule": {
    "label": "Schedule Settings",
    "group": "schedule",
    "slug": "schedule",
    "switch_slug": "schedule_switch",
    "description": "Based on the built-in scheduled publishing of WordPress, manual or automatic scheduled publishing task scheduling with customizable rules is implemented."
  },
  "enhance": {
    "label": "Editor Enhancements",
    "group": "enhance",
    "slug": "enhance",
    "switch_slug": "enhance_switch",
    "description": "Improve content publishing efficiency through practical functions such as publishing time options, cloning, automatic Slug, etc.",
    "fields": [
      {
        "label": "Publish time",
        "slug": "publish_time",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "Not enabled",
            "1": "Enabled"
          }
        },
        "remark": {
          "style": "block",
          "content": "After enabling, a publishing time option will be displayed in the editor, allowing webmasters to quickly set the post publishing time."
        }
      },
      {
        "label": "Post Cloning",
        "slug": "clone_post",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "Not enabled",
            "1": "Enabled"
          }
        },
        "remark": {
          "style": "block",
          "content": "After enabling, a clone option is added to the quick options of the post or page list to achieve one-click copy and create a new post or page."
        }
      },
      {
        "label": "Automatic Slug",
        "slug": "auto_slug",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "Not enabled",
            "1": "Enabled"
          }
        },
        "remark": {
          "style": "block",
          "content": "<p>Tips:</p><ul><li>1. Automatic Slug requires the permanent link to be set to name type, post name or custom structure.</li><li>2. Automatic Slug relies on the translation API to translate the alias into English.</li><li>3. Remove special characters to shorten the Slug length.</li></ul>"
        }
      },
      {
        "label": "Search & Replace",
        "slug": "search_replace_window",
        "type": "switch",
        "attrs": {
          "inactive-value": "0",
          "active-value": "1",
          "remark": {
            "0": "Not enabled",
            "1": "Enabled, Control（Command）+F will call the search & replace window of the plugin"
          }
        }
      }
    ],
    "default": {
      "publish_time": 0,
      "clone_post": 0,
      "auto_slug": 0,
      "search_replace_window": "1"
    },
    "disable": []
  }
}