編集フォームで標準の「created_at」フィールドを読み取り専用にしようとしています。ドキュメントに従って、次の構成を追加する必要があります。
MyEntity:
form:
fields:
- { property: 'created_at', type_options: { widget: 'single_text' } }
しかし、次のエラーがスローされます。
An Exception was thrown while handling: The option "widget" does not exist. Defined options are: "action", "allow_extra_fields"...
追加/変更する明らかなものはありますか?