是否可以直接在 AEM 中编辑上传的 html/css/js 文件?

Is it possible to edit uploaded html/css/js files directly in AEM?

据我所知,AEM 不允许 authors/users 到 "quick edit" 上传文件。您必须下载文件,对其进行编辑,然后重新上传。您能实现此功能吗?还是说 AEM 根本不可能实现?

AEM 不提供该内置功能。您可以开发一个使用富文本编辑器的组件,然后使用它允许 authors/users 编辑 HTML 的简介。但这仍然是将富文本输出保存为页面节点中组件的 属性,而不是将更新保存为文件,例如 DAM 资产。请参阅 https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/rich-text-editor.html, particularly under the misctools description about how to "edit the HTML source" for more info on that option. You can provide custom asset editors (see https://helpx.adobe.com/experience-manager/6-3/assets/using/assets-finder-editor.html),但这不允许您所询问的编辑功能类型。