Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for nuxt config #44

Open
bnznamco opened this issue Dec 6, 2022 · 0 comments
Open

Add documentation for nuxt config #44

bnznamco opened this issue Dec 6, 2022 · 0 comments

Comments

@bnznamco
Copy link
Member

bnznamco commented Dec 6, 2022

In the latest realeases (39-40-..) we added some configuration options for nuxt config.
For example:

 {
      content: {
          languages: ['it', 'en']
      },
      integrations: {
          camomilla: {
              location: "@mapomodule/mapo-integrations-camomilla",
              configuration: {
                  api: {
                      target: "http://localhost:8000",
                      syncCamomillaSession: true,
                    headers: {
                        "x-Forwarded-Host": "localhost",
                    },
                },
            },
        },
    },
    ui: {
        panelName: "MAPO PANEL",
        // panelLogo: "https://cdn.icon-icons.com/icons2/1954/PNG/512/orangefruit_122731.png",
        forms: {
            fields: {
                attrs: {
                    vSwitch: { color: "secondary" },
                }
            },
            groups: {
                expanded: true
            }
        },
        sidebar: {
            spiderMenu: true
        }
    }
}

We need to document all the possible configurations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant