Remove references to "bundles".

This commit is contained in:
Michael Stenta 2021-03-04 14:03:57 -05:00
parent bfbe862321
commit 103cbd5aa7
3 changed files with 12 additions and 13 deletions

View File

@ -10,11 +10,11 @@ reference it.
## Type
Each Asset must have a type. All Asset types have a common set of attributes and
relationships. Specific Asset types (also called "bundles") may also add
additional attributes and relationships (collectively referred to as "fields").
Asset types are defined by modules, and are only available if their module is
enabled. The modules included with farmOS define the following Asset types:
Each Asset must have a type. All Asset types have a common set of attributes
and relationships. Specific Asset types may also add additional attributes and
relationships (collectively referred to as "fields"). Asset types are defined
by modules, and are only available if their module is enabled. The modules
included with farmOS define the following Asset types:
- Land
- Plant

View File

@ -6,10 +6,10 @@ inputs are all types of Logs. Modules can provide additional Log types.
## Type
Each Log must have a type. All Log types have a common set of attributes and
relationships. Specific Log types (also called "bundles") may also add
additional attributes and relationships (collectively referred to as "fields").
Log types are defined by modules, and are only available if their module is
enabled. The modules included with farmOS define the following Log types:
relationships. Specific Log types may also add additional attributes and
relationships (collectively referred to as "fields"). Log types are defined by
modules, and are only available if their module is enabled. The modules
included with farmOS define the following Log types:
- Activity
- Observation

View File

@ -7,10 +7,9 @@ logic for Assets and Logs that are managed by them.
## Type
Each Plan must have a type. All Plan types have a common set of attributes and
relationships. Specific Plan types (also called "bundles") may also add
additional attributes and relationships (collectively referred to as "fields").
Plan types are defined by modules, and are only available if their module is
enabled.
relationships. Specific Plan types may also add additional attributes and
relationships (collectively referred to as "fields"). Plan types are defined by
modules, and are only available if their module is enabled.
*farmOS core does not currently provide any Plan types.*