From d346d373e8cdecefa1a54148e3ac9bd581944498 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 25 Jul 2024 09:56:03 +0200 Subject: [PATCH] plugin_extensions.md: Cleanup --- .../plugin_structure/plugin_extensions.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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 - - + ```