ilscipio/scipio-erp

View on GitHub
themes/bulma/scipio-theme.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<ofbiz-component name="bulma-theme"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
    <depends-on component-name="base-theme"/>

    <!-- define resource loaders; most common is to use the component resource loader -->
    <resource-loader name="main" type="component"/>

    <!-- entity resources: model(s), eca(s), group, and data definitions -->
    <entity-resource type="data" reader-name="seed" loader="main" location="data/BulmaThemeData.xml"/>

    <!-- web applications; will be mounted when using the embedded container -->
    <webapp name="bulmatheme"
        title="BulmaTheme"
        server="default-server"
        location="webapp/bulmatheme"
        mount-point="/bulmatheme"
        app-bar-display="false"
        menu-name="secondary"/>
</ofbiz-component>