Skip to content

Commit

Permalink
Merge pull request #3131 from joachimwolff/dev
Browse files Browse the repository at this point in the history
Extended the linter rules to accept a help attribute for sections
  • Loading branch information
bgruening committed Nov 7, 2016
2 parents 04935ce + b169299 commit 78dfb95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/galaxy/tools/xsd/galaxy.xsd
Expand Up @@ -1887,6 +1887,11 @@ Further examples can be found in the [test case](https://github.com/galaxyprojec
<xs:documentation xml:lang="en">Whether the section should be expanded by default or not. If not, the default set values are used.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="help" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Short help description for section, rendered just below the section.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>

<xs:complexType name="Param">
Expand Down

0 comments on commit 78dfb95

Please sign in to comment.