You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain layouts require date from a query, currently the only way to make this work is by adding the necessary query to every view that uses this layout.
Perhaps a system could be implemented where when rendering with a layout, Walder will check if a query has been defined for this layout.
Maybe something like the following:
openapi: 3.0.2info:
title: 'Distributed Knowledge Graphs'version: 1.0.0x-walder-datasources:
- http://127.0.0.1:8080/sample.ttl
- https://natadimou.com/#mepaths:
...#layouts can optionally be listed here to have queries definedlayouts:
layout.pug:
x-walder-query:
...
The text was updated successfully, but these errors were encountered:
Certain layouts require date from a query, currently the only way to make this work is by adding the necessary query to every view that uses this layout.
Perhaps a system could be implemented where when rendering with a layout, Walder will check if a query has been defined for this layout.
Maybe something like the following:
The text was updated successfully, but these errors were encountered: