All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.app.admin.scripts.config.js Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
export default {
    // …
    app: {
        name: 'Welcome',
        vendor: 'DigiWF Admin'
    },
    disableWelcomeMessage: true,
    links: [
        {
            label: 'Camunda Forum',
            href: 'https://forum.camunda.org',
            description: 'Forum for Camnuda BPM users and developers'
        },
        // ...
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy