Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- identifier: specification
type: ibexa_product_specification
required: true
translatable: false
translations:
eng-GB:
name: Specification
Expand Down
5 changes: 5 additions & 0 deletions docs/content_management/data_migration/importing_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ The following example shows how to create a content type with two Field definiti

The required metadata keys are: `identifier`, `mainTranslation`, `contentTypeGroups` and `translations`.

The default values of Field definition properties mirror the underlying PHP API, for example:

- `translatable` defaults to `true`
- `required` defaults to `false`

``` yaml
[[= include_file('code_samples/data_migration/examples/create_blog_post_ct.yaml') =]]
```
Expand Down