【问题标题】:OctoberCMS: How to change the view of uploaded files for "attachMany" relation type?OctoberCMS:如何更改“attachMany”关系类型的上传文件的视图?
【发布时间】:2017-04-17 14:03:29
【问题描述】:

attachMany 关系的默认视图,即使对于非图像文件,也会尝试显示文件的预览。例如,在以下快照中,october 尝试显示 pdf 文件的预览:

如您所见,pdf 文件的预览失败。我需要修复这种行为。如何覆盖为上传文件显示的 HTML?

【问题讨论】:

    标签: php file-upload octobercms october-partial


    【解决方案1】:

    您可以发布表单的 fields.yaml 配置吗? 我猜它包括

    type: fileupload
    mode: image
    

    模式 image 告诉 october 创建缩略图

    【讨论】:

    • 你真的应该澄清你的问题!
    • 谢谢。将模式更改为file 解决了问题:)
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-07-30
    • 2012-08-15
    • 1970-01-01
    • 2014-05-05
    • 1970-01-01
    • 2012-08-31
    • 2021-10-19
    相关资源
    最近更新 更多