在ApostropheCMS中进行编辑后添加只读字段

时间:2019-04-10 13:01:55

标签: javascript node.js apostrophe-cms tom

我想在编辑某些字段时使特定字段为只读。

module.exports = {
 extend: 'apostrophe-pieces',
 name: xyz,
 label: xyz,
 addFields: [{
  nameL: 'latitude',
  lable: 'latitude',
  type: 'string',
  required: true
 }
}

1 个答案:

答案 0 :(得分:1)

您可以通过在字段的定义中添加<div> <h1>H1</h1> <h2>H2</h2> </div>来完成此操作:

readOnly: true