如何使 OctoberCMS FileUpload Widget 可翻译

问题描述

我一直在寻找答案,我有一个多语言网站,我想在 OctoberCMS 中制作一个可翻译的整个 FileUpload 小部件,而不是它的属性(因为我知道怎么做),而是整个 FileUpload 小部件,就像 $translatable 与 MediaFinder 小部件一起工作正常......

任何帮助,不胜感激。

示例:

public $translatable = [
    'name','description','images',/*this is a fileupload widget in fields.yaml file (not working on view,no errors also,images are displaying find,just not translatable in backend record)*/
    ['slug','index' => true],];

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)