Skip to content

Commit

Permalink
feat: added default values for attributes
Browse files Browse the repository at this point in the history
-carbonioUserDocumentationUrl, carbonioAdminDocumentationUrl
-ref CO-784
  • Loading branch information
Dmitry Dymkovets committed Aug 8, 2023
1 parent 67ce5d7 commit d858c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/conf/attrs/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10088,12 +10088,12 @@ TODO: delete them permanently from here
</attr>

<attr id="3134" name="carbonioUserDocumentationUrl" type="string" cardinality="single" optionalIn="globalConfig,domain" flags="domainInfo,domainInherited,domainAdminModifiable" since="23.9.0">
<globalConfigValue>https://docs.zextras.com</globalConfigValue>
<globalConfigValue>https://docs.zextras.com/carbonio/html/usage.html</globalConfigValue>
<desc>Link to the Carbonio User Documentation</desc>
</attr>

<attr id="3135" name="carbonioAdminDocumentationUrl" type="string" cardinality="single" optionalIn="globalConfig,domain" flags="domainInfo,domainInherited,domainAdminModifiable" since="23.9.0">
<globalConfigValue>https://docs.zextras.com</globalConfigValue>
<globalConfigValue>https://docs.zextras.com/carbonio/html/adminpanel/introduction.html</globalConfigValue>
<desc>Link to the Carbonio Admin Documentation</desc>
</attr>
</attrs>

0 comments on commit d858c1d

Please sign in to comment.