Apostrophe-Workflow问题

时间:2019-11-20 18:53:43

标签: apostrophe-cms

我的Apostrophe安装出现问题。 在更新Apostrophe-Workflow之后,不再显示标题菜单和左下角。

我不知道到底发生了什么。 有谁知道发生了什么事?

亲切的问候 Gradlon

这是工作流程的配置:

//Workflow
        'apostrophe-workflow': {
            prefixes: {
                de: '/de',
                en: '/en',
            },
            locales: [
                {
                    name: 'standart',
                    label: 'Standart',
                    private: true,
                    children: [
                        {
                            name: 'de',
                            label: 'Deutsch',
                        },
                        {
                            name: 'en',
                            label: 'English',
                        },
                    ],
                },
            ],
            defaultLocale: 'de',
            // IMPORTANT: if you follow the examples below,
            // be sure to set this
            alias: 'workflow',
        },
        'apostrophe-workflow-modified-documents': {},

0 个答案:

没有答案