type: "simple"
bundle: "task"
name: "Task"
menu_enabled: false
menu_parent: "crm"
plural: "Tasks"
singular: "Task"
public: false
entity_name: "[simple:field-task-description]"
version: "0"
layout: "onecol"
fields:
field_task_description:
type: "textfield"
title: "Description"
weight: "0"
# ...
field_task_status:
# ...
settings:
multiple: false
options:
1: "Not started"
2: "In progress"
3: "Completed"
default_value: null