File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/Concepts/Extensions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ the following data:
4646 }
4747 }
4848
49- In order to be used the Extension needs to be
49+ In order to be used the Extension should be
5050:ref: `installed via Composer <installing-extensions >`.
5151
5252There is a legacy way to
@@ -61,7 +61,7 @@ is also not covered here.
6161Extension vs plugin
6262===================
6363
64- A TYPO3 extension is a similar concept to what is called a "Plugin" in Wordpress .
64+ A TYPO3 extension is a similar concept to what is called a "Plugin" in WordPress .
6565
6666In TYPO3 a **plugin ** is a **content element ** that can be inserted into one or
6767all pages, typically providing dynamic or interactive functionality.
@@ -82,9 +82,9 @@ Types of extensions
8282
8383Internally the TYPO3 Core consists of mandatory and optional **system extensions **
8484each of them is a Composer package. All mandatory system extensions and a few
85- recommended once will be automatically installed during the
85+ recommended ones will be automatically installed during the
8686:ref: `Installation <t3start:installation-ddev-tutorial >`. Optional system
87- extensions can be installed via Composer.
87+ extensions can be installed via Composer or the Extension Manager in classic mode
8888
8989**Third party extensions ** offer additional functionality. Find commonly used
9090extensions in the list of
You can’t perform that action at this time.
0 commit comments