mirror of https://github.com/luizdepra/hugo-coder.git

Clément Pannetier
16.45.2020 ca2bcb100a87479b99e9442422e84eb15c41eff2
Issue #438 | Fix stackbit validation errors (#440)

2 files modified
10 ■■■■■ changed files
exampleSite/config.toml 1 ●●●● patch | view | raw | blame | history
stackbit.yaml 9 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -145,7 +145,6 @@
    [languages.pt-br]
        languagename = "Português"
        languageinitials = "BR"
        title = "João Ninguém"
        [languages.pt-br.params]
stackbit.yaml
@@ -84,6 +84,8 @@
            name: customSCSS
          - type: list
            name: customJS
          - type: boolean
            name: enableTwemoji
          - type: list
            name: social
            label: Social Media Icons
@@ -129,6 +131,13 @@
                name: serverURL
                label: URL for Plausible Analytics
      - type: object
            name: goatCounter
            label: Goat Counter (optional)
            fields:
              - type: string
                name: code
                label: URL for Goat Counter
      - type: object
        name: languages
        fields:
          - type: language_config