侧边栏分类整理器

干得好 :clap:

类别设置提示

与其让管理员输入类别 slug,不如在您的 settings.yml 文件中使用以下内容,例如:

categories_to_hide:
  type: list
  list_type: category
  default: ""
  description:
    en: "Categories to hide from sidebar completely."

这将为您提供如下设置:

如果您想使用组下拉菜单,也可以对组执行相同的操作:

groups_this_setting_applies_to:
  type: list
  list_type: group
  default: ""
  description:
    en: "Groups this setting will apply to."

这将显示如下内容:

6 个赞