Skip to content

Commit ae87060

Browse files
Update modernizing-existing-add-ons.md
1 parent e223296 commit ae87060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/modernizing-existing-add-ons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The ExpressionEngine 7.2 release brought a new add-on development approach, whic
1515

1616
NOTE: These changes do NOT break existing add-ons. The old development methodologies will still work.
1717

18-
The idea of a plugin, module, extension, fieldtype, etc. no longer exists. Instead, an add-on can have a template tag, a fieldtype, or an extension.
18+
The idea of an add-on _being_ a "plugin", "module", "extension", "fieldtype", etc. is no longer accurate. Instead, an add-on can include features such as template tags, actions, fieldtypes, or extensions.
1919

2020
To utilize the updated method for creating add-ons, you will need to make some small changes to your current add-ons. However, this does not mean that you need to completely convert your add-ons to the new method. After making these updates, you can continue using your existing add-ons and begin creating new ones using the updated method.
2121

0 commit comments

Comments
 (0)