SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
146 stars 39 forks source link

data source option #537

Closed bourgeoa closed 1 year ago

bourgeoa commented 1 year ago

Added a check on the following triple :

 form ui:options "search-full-store"

different solution can also be used like .

form ui:search-full-store true

Or anything along this idea.

bourgeoa commented 1 year ago

I just saw that ui:Options is already used. Then may be that lower case options is a bad idea. I am not sure of the ui predicate either.

I found the rdf:Property in such cas we can use :

form rdf:Property "search-full-store"
bourgeoa commented 1 year ago

following SolisOS today's meeting