Repeater 在OctoberCMS中使用带mediafinder的转发器插入多个图像

Repeater 在OctoberCMS中使用带mediafinder的转发器插入多个图像,repeater,octobercms,octobercms-plugins,Repeater,Octobercms,Octobercms Plugins,我正在使用Builder插件创建一个新插件,并使用media finder添加一个转发器。问题是在数据库中插入转发器值。贝娄附上了错误的截图 有什么问题 谢谢。该字段必须是jsonable,因此您需要在模型文件中添加以下代码 protected $jsonable = [ 'images' ];

我正在使用Builder插件创建一个新插件,并使用media finder添加一个转发器。问题是在数据库中插入转发器值。贝娄附上了错误的截图

有什么问题


谢谢。

该字段必须是jsonable,因此您需要在模型文件中添加以下代码

protected $jsonable = [
    'images'
];