我想调整某些数组字段的标题文本。我想尝试的只是更改架构中的标签,但据我所知,这并没有影响。
...
address:{
type: [Schemas.address],
optional: true,
defaultValue: [],
autoform:{
label:"Add your addresses"
}
},
...
简单地显示“地址”。作为参考,表单模板添加标题如下:
{{afFieldLabelText name=this.atts.name}}