Skip to content

Commit fba07ec

Browse files
authored
Update addon-setup-php-file.md
1 parent f15302a commit fba07ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/development/addon-setup-php-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ Fieldtypes can specify their compatibility. When editing a Channel Field the fie
122122
| relationship | [Relationships](fieldtypes/relationships.md) |
123123
| text | [Color Picker](fieldtypes/colorpicker.md), [Duration](fieldtypes/duration.md), [Email Address](fieldtypes/email-address.md), [Number](fieldtypes/number.md), [Range Slider](fieldtypes/range-slider.md), [Rich Text Editor](fieldtypes/rte.md), [Text Input](fieldtypes/text.md), [Textarea](fieldtypes/textarea.md), [URL](fieldtypes/url.md), [Value Slider](fieldtypes/value-slider.md) |
124124

125-
If the fieldtype does not specify its compatibility then the type of created field can not be changed.
125+
If the fieldtype does not specify its compatibility then once a field is created with this fieldtype it cannot be changed.
126126

127-
All fieldtypes can be used as Channel Fields for the entries (as `ChannelField` model).
127+
All defined fieldtypes can be used in Channel Fields and ultimately Channel Entry content.
128128

129-
If a fieldtype is also compatible with other content types (such as `MemberField` model that represents Custom Member Fields) then the model name needs to be specified in `use` array.
129+
If a fieldtype is compatible with additional content types (such as the `MemberField` model that represents Custom Member Fields) then the model name needs to be specified in the `use` array.
130130

131131
'use' => array(
132132
'MemberField'
@@ -268,4 +268,4 @@ It is also possible to set up class aliases to an arbitrary FQCN. The example be
268268
If your add-on requires a particular version of ExpressionEngine, or a minimum version of PHP, adding `requires` to your addon.setup.php will check for minimum versions of the specified framework, and will stop installation if the minimum requirement is not meant.
269269

270270
## Accessing Add-On Information From Another Add-on
271-
See the [Addon Service](development/services/addon.md) for API access.
271+
See the [Addon Service](development/services/addon.md) for API access.

0 commit comments

Comments
 (0)