Browse Source

fix header attr

mitm001 5 years ago
parent
commit
b1f9a9e8db
1 changed files with 3 additions and 7 deletions
  1. 3 7
      docs/modules/sdk/pages/development/general.adoc

+ 3 - 7
docs/modules/sdk/pages/development/general.adoc

@@ -1,15 +1,11 @@
 = Creating plugin components
 = Creating plugin components
-:author: 
-:revnumber: 
-:revdate: 2016/03/17 20:48
-:relfileprefix: ../../
-:imagesdir: ../..
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
+:revnumber: 2.0
+:revdate: 2020/07/10
 
 
 
 
 For the most common extensions like Windows, File Types, Libraries etc. there exist templates that you can add to your plugin.
 For the most common extensions like Windows, File Types, Libraries etc. there exist templates that you can add to your plugin.
 
 
 .  Right-click your Module Project and select New→Other
 .  Right-click your Module Project and select New→Other
-.  Select “Module Development to the left
+.  Select "`Module Development`" to the left
 
 
 You will see a list of components you can add to your project. A wizard will guide you through the creation of the component.
 You will see a list of components you can add to your project. A wizard will guide you through the creation of the component.