Skip to content
Code-Schnipsel Gruppen Projekte
settings.xml 36,1 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <quiqqer>
        <project>
    
            <settings>
                <config>
                    <section name="templatePresentation.settings">
    
    
                        <!-- general settings -->
                        <conf name="showTitle">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>hide</defaultvalue>
                        </conf>
                        <conf name="showShort">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>hide</defaultvalue>
                        </conf>
    
                        <conf name="bgColorSwitcherPrefix">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>hide</defaultvalue>
                        </conf>
                        <conf name="bgColorSwitcherSuffix">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>hide</defaultvalue>
                        </conf>
    
                        <!-- nav bar -->
                        <conf name="navBarHeight">
                            <type><![CDATA[integer]]></type>
                            <defaultvalue>80</defaultvalue>
                        </conf>
                        <conf name="navPos">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>scroll</defaultvalue>
                        </conf>
                        <conf name="navBarMainColor">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#2d4d88</defaultvalue>
                        </conf>
                        <conf name="navBarFontColor">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#ffffff</defaultvalue>
                        </conf>
    
                        <conf name="mobileFontColor">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#ffffff</defaultvalue>
                        </conf>
                        <conf name="mobileMenuBackground">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#252122</defaultvalue>
                        </conf>
    
    
                        <conf name="search">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>inputAndIcon</defaultvalue>
                        </conf>
    
    
                        <!-- show header -->
                        <conf name="showHeaderStartPage">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="showHeaderNoSidebar">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="showHeaderLeftSidebar">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="showHeaderRightSidebar">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
    
                        <!-- show breadcrumb -->
                        <conf name="showBreadcrumbStartPage">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="showBreadcrumbNoSidebar">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="showBreadcrumbLeftSidebar">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="showBreadcrumbRightSidebar">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
    
                        <!-- header img height and value  -->
                        <conf name="headerHeight">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>false</defaultvalue>
                        </conf>
                        <conf name="headerHeightValue">
                            <type><![CDATA[integer]]></type>
                            <defaultvalue>300</defaultvalue>
                        </conf>
                        <conf name="headerImagePosition">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>center</defaultvalue>
                        </conf>
    
                        <!-- colors -->
    
    
                        <conf name="colorMainContentFont">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#333333</defaultvalue>
                        </conf>
    
                        <conf name="colorMain">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#2D4D88</defaultvalue>
                        </conf>
                        <conf name="buttonFontColor">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#ffffff</defaultvalue>
                        </conf>
                        <conf name="colorFooterBackground">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#eeeeee</defaultvalue>
                        </conf>
                        <conf name="colorFooterFont">
                            <type><![CDATA[string]]></type>
                            <defaultvalue>#333333</defaultvalue>
                        </conf>
    
                        <conf name="social.show.nav">
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="social.show.footer">
    
                            <type><![CDATA[bool]]></type>
                            <defaultvalue>0</defaultvalue>
                        </conf>
                        <conf name="social.facebook">
                            <type><![CDATA[string]]></type>
                        </conf>
                        <conf name="social.twitter">
                            <type><![CDATA[string]]></type>
                        </conf>
                        <conf name="social.google">
                            <type><![CDATA[string]]></type>
                        </conf>
                        <conf name="social.youtube">
                            <type><![CDATA[string]]></type>
                        </conf>
                        <conf name="social.github">
                            <type><![CDATA[string]]></type>
                        </conf>
    
                        <conf name="social.gitlab">
                            <type><![CDATA[string]]></type>
                        </conf>
    
                    </section>
                </config>
    
                <window>
                    <categories>
                        <category name="templatePresentation">
                            <text>
                                <locale group="quiqqer/template-presentation"
                                        var="templatePresentation.settings.menu.title"
    
                            </text>
                            <icon>URL_BIN_DIR/22x22/quiqqer.png</icon>
    
    
                            <!-- Background Color Switcher Prefix / Suffix -->
                            <settings title="templatePresentation.settings"
    
                                      name="templatePresentation.settings.general">
    
                                <title>
                                    <locale group="quiqqer/template-presentation"
    
                                            var="templatePresentation.settings.general.title"
    
                                <!-- show title -->
                                <input conf="templatePresentation.settings.showTitle" type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.showTitle.text"
                                        />
                                    </text>
                                </input>
    
                                <!-- show short description -->
                                <input conf="templatePresentation.settings.showShort" type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.showShort.text"
                                        />
                                    </text>
                                </input>
    
    
                                <!-- Background Color Switcher Prefix -->
                                <select conf="templatePresentation.settings.bgColorSwitcherPrefix">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcherPrefix.text"
    
                                    </text>
    
                                    <description>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcherPrefix.description"
    
                                    </description>
    
                                    <option value="hide">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcher.hide"
    
                                    </option>
                                    <option value="display">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcher.display"
    
                                    </option>
                                </select>
    
                                <!-- Background Color Switcher Suffix-->
                                <select conf="templatePresentation.settings.bgColorSwitcherSuffix">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcherSuffix.text"
                                        />
                                    </text>
    
                                    <description>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcherSuffix.description"
                                        />
                                    </description>
    
                                    <option value="hide">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcher.hide"
                                        />
                                    </option>
                                    <option value="display">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.bgColorSwitcher.display"
                                        />
                                    </option>
                                </select>
    
                            </settings>
    
    
    
                            <settings title="templatePresentation.settings"
    
                                      name="templatePresentation.settings.showHeader">
    
                                <title>
                                    <locale group="quiqqer/template-presentation"
    
                                            var="templatePresentation.settings.showHeader.title"
    
                                <input conf="templatePresentation.settings.showHeaderStartPage"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showHeaderStartPage.text"
                                        />
                                    </text>
                                </input>
    
                                <input conf="templatePresentation.settings.showHeaderNoSidebar"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showHeaderNoSidebar.text"
    
                                <input conf="templatePresentation.settings.showHeaderLeftSidebar"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showHeaderLeftSidebar.text"
    
                                <input conf="templatePresentation.settings.showHeaderRightSidebar"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showHeaderRightSidebar.text"
    
                                <!-- header height and value -->
    
                                <input conf="templatePresentation.settings.headerHeight" type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
    
                                                var="templatePresentation.settings.headerHeight.text"
    
                                        />
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.headerHeightValue" type="number">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
    
                                                var="templatePresentation.settings.headerHeightValue.text"
    
                                        />
                                    </text>
                                </input>
    
                                <select conf="templatePresentation.settings.headerImagePosition">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.headerImagePosition.text"
                                        />
                                    </text>
    
                                    <option value="flex-start">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.headerImagePosition.start"
                                        />
                                    </option>
                                    <option value="center">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.headerImagePosition.center"
                                        />
                                    </option>
                                    <option value="flex-end">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.headerImagePosition.end"
                                        />
                                    </option>
                                </select>
                            </settings>
    
    
                            <!-- breadrcumb -->
                            <settings title="templatePresentation.settings"
    
                                      name="templatePresentation.breadcrumb.settings">
    
                                <title>
                                    <locale group="quiqqer/template-presentation"
                                            var="templatePresentation.breadcrumb.settings.title"
                                    />
                                </title>
    
                                <!-- no breadcrumb? -->
                                <text>
                                    <locale group="quiqqer/template-presentation"
    
                                            var="showBreadcrumb.text"/>
    
                                </text>
                                <input conf="templatePresentation.settings.showBreadcrumbStartPage"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showBreadcrumbStartPage.text"
                                        />
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.showBreadcrumbNoSidebar"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showBreadcrumbNoSidebar.text"
                                        />
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.showBreadcrumbLeftSidebar"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showBreadcrumbLeftSidebar.text"
                                        />
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.showBreadcrumbRightSidebar"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="showBreadcrumbRightSidebar.text"
                                        />
                                    </text>
                                </input>
                            </settings>
    
    
                            <!-- nav bar -->
                            <settings title="templatePresentation.settings"
                                      name="templatePresentation.settings.navBar">
                                <title>
                                    <locale group="quiqqer/template-presentation"
                                            var="templatePresentation.settings.navBar.title"
                                    />
                                </title>
    
                                <!-- nav bar height -->
                                <input conf="templatePresentation.settings.navBarHeight" type="number">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navBar.Height.text"
                                        />
                                    </text>
                                </input>
    
                                <!-- Menüposition -->
    
                                <select conf="templatePresentation.settings.navPos">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navPos.text"
                                        />
                                    </text>
    
                                    <description>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navPos.description"
                                        />
                                    </description>
    
                                    <option value="fix">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navPos.fix"
                                        />
                                    </option>
                                    <option value="scroll">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navPos.scroll"
                                        />
                                    </option>
    
    
                                </select>
    
    
                                <!-- search -->
                                <select conf="templatePresentation.settings.search">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.search.text"
                                        />
                                    </text>
    
    
                                    <option value="input">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.search.input"
                                        />
                                    </option>
                                    <option value="inputAndIcon">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.search.inputAndIcon"
                                        />
                                    </option>
                                    <option value="hide">
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.search.hide"
                                        />
                                    </option>
                                </select>
    
    
                                <!-- nav bar / menu colors -->
                                <input conf="templatePresentation.settings.navBarMainColor"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navBarMainColor.text"
                                        />
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.navBarFontColor"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.navBarFontColor.text"
                                        />
                                    </text>
                                </input>
    
                                <!-- mobile menu (mega menu) -->
                                <input conf="templatePresentation.settings.mobileFontColor"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.mobileFontColor"
                                        />
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.mobileMenuBackground"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="templatePresentation.settings.mobileMenuBackground"
                                        />
                                    </text>
                                    <description>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.mobileMenuBackground.desc"
                                        />
                                    </description>
                                </input>
    
                            </settings>
    
                            <!-- Colors -->
                            <settings title="templatePresentation.settings"
                                      name="templatePresentation.settings.color">
                                <title>
                                    <locale group="quiqqer/template-presentation"
                                            var="templatePresentation.settings.color.title"
    
                                <input conf="templatePresentation.settings.colorMainContentFont"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.colorMainContentFont.text"
                                        />
                                    </text>
                                </input>
    
    
                                <input conf="templatePresentation.settings.colorMain"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.colorMain.text"
    
                                    </text>
                                    <description>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.colorMain.description"
    
                                    </description>
                                </input>
    
                                <input conf="templatePresentation.settings.buttonFontColor"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.buttonFontColor.text"
                                        />
                                    </text>
                                </input>
    
                                <text>
                                    <locale group="quiqqer/template-presentation"
                                            var="templatePresentation.settings.footerColor.text"
                                    />
                                </text>
                                <input conf="templatePresentation.settings.colorFooterBackground"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.colorFooterBackground.text"
    
                                    </text>
                                </input>
                                <input conf="templatePresentation.settings.colorFooterFont"
                                       type="color">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="template.settings.colorFooterFont.text"
    
                                    </text>
                                </input>
    
                                <text>
                                    <locale group="quiqqer/template-presentation"
                                            var="templatePresentation.settings.contentColor.text"
                                    />
                                </text>
    
                            </settings>
    
    
                            <!-- social icons -->
                            <settings title="templatePresentation.settings"
                                      name="templatePresentation.social.settings">
                                <title>
                                    <locale group="quiqqer/template-presentation"
                                            var="social.settings.title"
                                    />
                                </title>
    
    
                                <!-- show social on nav? -->
                                <input conf="templatePresentation.settings.social.show.nav"
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.show.nav"
                                        />
                                    </text>
                                </input>
    
                                <!-- show social on the footer? -->
                                <input conf="templatePresentation.settings.social.show.footer"
    
                                       type="checkbox">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
    
    michael.daniel's avatar
    michael.daniel committed
                                <text>
                                    <locale group="quiqqer/template-presentation"
                                            var="social.linksNote"
                                    />
                                </text>
    
    
                                <!-- facebook -->
                                <input conf="templatePresentation.settings.social.facebook"
    
    michael.daniel's avatar
    michael.daniel committed
                                       placeholder="https://www.facebook.com"
    
                                       type="text">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.facebook"
                                        />
                                    </text>
                                </input>
                                <!-- twitter -->
                                <input conf="templatePresentation.settings.social.twitter"
    
    michael.daniel's avatar
    michael.daniel committed
                                       placeholder="https://www.twitter.com"
    
                                       type="text">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.twitter"
                                        />
                                    </text>
                                </input>
                                <!-- google -->
                                <input conf="templatePresentation.settings.social.google"
    
    michael.daniel's avatar
    michael.daniel committed
                                       placeholder="https://www.google.com"
    
                                       type="text">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.google"
                                        />
                                    </text>
                                </input>
                                <!-- youtube -->
                                <input conf="templatePresentation.settings.social.youtube"
    
    michael.daniel's avatar
    michael.daniel committed
                                       placeholder="https://www.youtube.com"
    
                                       type="text">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.youtube"
                                        />
                                    </text>
                                </input>
                                <!-- github -->
                                <input conf="templatePresentation.settings.social.github"
    
    michael.daniel's avatar
    michael.daniel committed
                                       placeholder="https://www.github.com"
    
                                       type="text">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.github"
                                        />
                                    </text>
                                </input>
    
                                <!-- gitlab -->
                                <input conf="templatePresentation.settings.social.gitlab"
    
    michael.daniel's avatar
    michael.daniel committed
                                       placeholder="https://www.gitlab.com"
    
                                       type="text">
                                    <text>
                                        <locale group="quiqqer/template-presentation"
                                                var="social.gitlab"
                                        />
                                    </text>
                                </input>
    
            <wysiwyg class="main-content">
    
                <css src="//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic"/>
    
                <css src="URL_OPT_DIR/quiqqer/template-presentation/bin/css/style.css"/>
    
                <styles>
    
    
                    <!-- Template Button small -->
    
                    <style element="a">
                        <locale group="quiqqer/template-presentation"
    
                                var="templateButton.small"/>
    
                            <attribute name="class">button button__small</attribute>
    
                    <!-- Template Button default -->
    
                    <style element="a">
                        <locale group="quiqqer/template-presentation"
    
                                var="templateButton.medium"/>
    
                            <attribute name="class">button button__medium</attribute>
    
    
                    <!-- Template Button large -->
                    <style element="a">
                        <locale group="quiqqer/template-presentation"
                                var="templateButton.large"/>
                        <attributes>
                            <attribute name="class">button button__large</attribute>
                        </attributes>
                    </style>
    
    
                    <!-- Template Button ghost (white) -->
                    <style element="a">
                        <locale group="quiqqer/template-presentation"
                                var="templateButton.ghost.white"/>
                        <attributes>
                            <attribute name="class">button button__ghost</attribute>
                        </attributes>
                    </style>
    
    
                    <!-- Template Button icon: download -->
    
                    <style element="a">
                        <locale group="quiqqer/template-presentation"
    
                                var="templateButton.download"/>
    
                            <attribute name="class">button button-download</attribute>
    
                    <!-- Template Button icon: arrow -->
                    <style element="a">
                        <locale group="quiqqer/template-presentation"
                                var="templateButton.arrow"/>
                        <attributes>
                            <attribute name="class">button button-arrow</attribute>
                        </attributes>
                    </style>