Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 576 Bytes

FAQ.md

File metadata and controls

20 lines (16 loc) · 576 Bytes

Frequently Asked Questions

Why my custom static pages don't work?

When a custom layout is used, it can have several static pages (say /triplestore/sparql/index.html).

It is required to point to that page from the menu (that is to say you have to declare it in admin config interface, in the front.menu table):

      {
        "role": "custom",
        "link": "/triplestore/sparql/",
        "label": {
            "en": "SPARQL",
                "fr": "SPARQL"
            },
            "icon": "faDatabase",
            "position": "top"
        }