柯比选择器无法正常工作

时间:2016-08-04 11:25:37

标签: php kirby

您好我正在尝试在我的Kirby 2.2.3项目中使用此https://github.com/storypioneers/kirby-selector。我从这个链接下载了zip,解压缩并复制到site/plugins/。因此,zip内容位于site/plugins/kirby-selector-master

在蓝图中我有:

fields:
  postimage:
    label: Main Post Image
    type: selector
    mode: single
  types:
    - image

但如果我想在面板中编辑图像,我会收到一条消息:The selector field is missing. Please add it to your installed fields or remove it from your blueprint

我正在尝试很多组合 - 删除kirby-selector-masterselector或将文件field-selector.php删除到selector.php但之后我有php错误....

1 个答案:

答案 0 :(得分:1)

  • 您需要创建一个名为' fields'的文件夹。在/ sites(即 sites/fields)。
  • 放置整个'字段'从zip包进入的文件夹 sites/fields(即sites/fields/field)。
  • 重命名'字段'文件夹到'选择器' (即sites/fields/selector) 它应该工作。