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
You can customize the number of examples displayed on the main page, buttons color, and provide other HTML elements to be included under the SPARQL examples (e.g. about and links to relevant resources):
> Metadata are retrieved by a few lightweight queries sent from client-side JavaScript when the editor is initialized, so your SPARQL **endpoint should accept CORS** (either from \*, which is recommended, or just from the URL where the editor is deployed)
64
51
52
+
### ⚙️ Available attributes
53
+
54
+
You can customize a few attributes when calling the custom element:
55
+
56
+
- the URL to the git repository where the query examples for this endpoint are stored (used to inform the user where they can submit a new example query),
57
+
- the namespace used when saving a query as example (defaults to the endpoint URL + /.well-known/sparql-examples/ when not specified),
58
+
- the number of examples displayed on the main page (defaults to 10),
59
+
- buttons color.
60
+
61
+
You can also provide other HTML elements to be included under the SPARQL examples (e.g. about information and links to relevant resources):
0 commit comments