Changed service.website from wished to mandatory.
This commit is contained in:
parent
c7e4123477
commit
f0405a9699
2 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,7 @@ public class PropertyChecker
|
|||
|
||||
this.serviceRules.add("service.name", STRING, PropertyMode.MANDATORY);
|
||||
this.serviceRules.add("service.description", STRING, PropertyMode.WISHED);
|
||||
this.serviceRules.add("service.website", URL, PropertyMode.WISHED);
|
||||
this.serviceRules.add("service.website", URL, PropertyMode.MANDATORY);
|
||||
this.serviceRules.add("service.logo", URL, PropertyMode.WISHED);
|
||||
this.serviceRules.add("service.contact.url", URL, PropertyMode.WISHED);
|
||||
this.serviceRules.add("service.contact.email", EMAIL, PropertyMode.WISHED);
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<li>Thomas @TConstans</li>
|
||||
<li>@labecasse</li>
|
||||
<li>@setop</li>
|
||||
<li>Jérémy Collot</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue