我正在尝试使用 Flux 构建自定义内容元素。它应该由一个可重复的容器组成,该容器带有标题、描述文本、图像和要下载的 PDF。
使用 f:flux.inline.fal 时,我无法让多个图像正常工作。
这是我的代码:
<flux:form.section name="formeln">
<flux:form.object name="formel">
<flux:field.input name="number" label="Produktnummer"/>
<flux:field.input name="description" label="Beschreibung"/>
<flux:field.file name="pdf" label="PDF" allowed="pdf"/>
<flux:field.inline.fal name="image" label="Bild" multiple="TRUE" maxItems="1" collapseAll="TRUE" />
</flux:form.object>
</flux:form.section>
使用 FAL 时有限制吗?