diff --git a/topics/basics/plugin_structure/plugin_extensions.md b/topics/basics/plugin_structure/plugin_extensions.md index 44f64ed6f..a1d264bba 100644 --- a/topics/basics/plugin_structure/plugin_extensions.md +++ b/topics/basics/plugin_structure/plugin_extensions.md @@ -55,20 +55,20 @@ and one extension to access the `another.plugin.myExtensionPoint` extension poin --> + implementation="com.example.MyAppStarter"/> + implementation="com.example.MyProjectTemplatesFactory"/> - + + key="keyValue" + implementationClass="com.example.MyExtensionPointImpl"/> ``` @@ -125,10 +125,10 @@ Property names matching the following list will resolve to a fully qualified cla A required parent type can be specified in the [extension point declaration](plugin_extension_points.md) via [``](plugin_configuration_file.md#idea-plugin__extensionPoints__extensionPoint__with): ```xml - - + ```