-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<registry xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="senaite.core"> | ||
|
||
<!-- Site Title --> | ||
<record name="plone.site_title" interface="Products.CMFPlone.interfaces.controlpanel.ISiteSchema" field="site_title"> | ||
<field type="plone.registry.field.TextLine"> | ||
<default>SENAITE LIMS</default> | ||
<description xmlns:ns0="http://xml.zope.org/namespaces/i18n" ns0:domain="plone" ns0:translate="">This shows up in the title bar of browsers and in syndication feeds.</description> | ||
<title xmlns:ns0="http://xml.zope.org/namespaces/i18n" ns0:domain="plone" ns0:translate="">Site title</title> | ||
</field> | ||
<value>Bika LIMS</value> | ||
</record> | ||
|
||
<!-- Toolbar Logo --> | ||
<record name="senaite.toolbar_logo" interface="Products.CMFPlone.interfaces.controlpanel.ISiteSchema" field="toolbar_logo"> | ||
<field type="plone.registry.field.TextLine"> | ||
<default>/++resource++bika.lims.images/bikalimslogo.png</default> | ||
<description xmlns:ns0="http://xml.zope.org/namespaces/i18n" ns0:domain="plone" ns0:translate="">This must be a URL relative to the site root.</description> | ||
<required>False</required> | ||
<title xmlns:ns0="http://xml.zope.org/namespaces/i18n" ns0:domain="plone" ns0:translate="">Relative URL for the SENAITE toolbar logo</title> | ||
</field> | ||
<value>/++resource++bika.lims.images/bikalimslogo.png</value> | ||
</record> | ||
|
||
<!-- Toolbar CSS Styles --> | ||
<record name="senaite.toolbar_logo_styles" interface="Products.CMFPlone.interfaces.controlpanel.ISiteSchema" field="toolbar_logo_styles"> | ||
<field type="plone.registry.field.Dict"> | ||
<title>Toolbar CSS</title> | ||
<description>CSS styles for the toolbar logo</description> | ||
<key_type type="plone.registry.field.ASCIILine" /> | ||
<value_type type="plone.registry.field.ASCIILine" /> | ||
</field> | ||
<value> | ||
<element key="height">50px</element> | ||
</value> | ||
</record> | ||
|
||
</registry> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.