Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
extension name and not extension key (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz authored Mar 4, 2022
1 parent b9a15bf commit 144cd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To achieve this, the following line must be inserted into the file :file:`Config
})();
* Like the :php:`configurePlugin()` method above, the first argument is the extension key.
* Like the :php:`configurePlugin()` method above, the first argument is the extension name in UpperCamelCase.
* The second argument is the plugin name :php:`Pi1` (short for plugin no. 1).
* The third argument is the title of the plugin used in the select box of the content element and elsewhere.
* The forth argument is a scalable vector graphic icon.
Expand Down

0 comments on commit 144cd4c

Please sign in to comment.