Browse Source

Fixed docs rendering of plugin-descriptor.properties in plugin author docs

Clinton Gormley 7 years ago
parent
commit
bf6378e426
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/plugins/authors.asciidoc

+ 1 - 1
docs/plugins/authors.asciidoc

@@ -31,7 +31,7 @@ All plugin files must be contained in a directory called `elasticsearch`.
 All plugins must contain a file called `plugin-descriptor.properties` in the folder named `elasticsearch`.
 The format for this file is described in detail in this example:
 
-["source","properties",subs="attributes"]
+["source","properties"]
 --------------------------------------------------
 include::{plugin-properties-files}/plugin-descriptor.properties[]
 --------------------------------------------------