mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-15 00:40:45 +02:00
add avatarUrl and DisplayName to dtd validation
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<!ELEMENT scm-version (#PCDATA)>
|
||||
|
||||
<!--- contains informations of the plugin for the plugin backend -->
|
||||
<!ELEMENT information (author|category|description|name|version)*>
|
||||
<!ELEMENT information (author|category|description|name|version|displayName|avatarUrl)*>
|
||||
|
||||
<!--- plugin author -->
|
||||
<!ELEMENT author (#PCDATA)>
|
||||
@@ -46,6 +46,12 @@
|
||||
<!--- the current version of the plugin -->
|
||||
<!ELEMENT version (#PCDATA)>
|
||||
|
||||
<!--- plugin displayName -->
|
||||
<!ELEMENT displayName (#PCDATA)>
|
||||
|
||||
<!--- url of the plugin avatar -->
|
||||
<!ELEMENT avatarUrl (#PCDATA)>
|
||||
|
||||
<!--- true if the plugin should load child classes first, the default is false -->
|
||||
<!ELEMENT child-first-classloader (#PCDATA)>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user