From 144cd4c3a269534d87198fdc6c7be70bdc1ee99f Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Fri, 4 Mar 2022 08:47:50 +0100 Subject: [PATCH] extension name and not extension key (#513) --- Documentation/4-FirstExtension/7-configuring-the-plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/4-FirstExtension/7-configuring-the-plugin.rst b/Documentation/4-FirstExtension/7-configuring-the-plugin.rst index 084fb52a..97111017 100644 --- a/Documentation/4-FirstExtension/7-configuring-the-plugin.rst +++ b/Documentation/4-FirstExtension/7-configuring-the-plugin.rst @@ -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.