johannschopplich / kirby-algolia-docsearch

🔦 Index and search your Kirby site with Algolia DocSearch
https://kirby.tools
MIT License
25 stars 0 forks source link

Single-lang sites only uses first letter of group heading #5

Closed tobimori closed 9 months ago

tobimori commented 9 months ago

Config:

    'label' => [
      'default' => 'Seite',
      'templates' => [
        'gallery' => 'Rubrik',
        'gallery-image' => 'Datei'
      ]
    ]

Output:

S -> default R -> gallery D -> gallery-image