@ulb-darmstadt/shacl-form 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,8 +74,8 @@ data-generate-node-shape-reference | When generating the RDF data graph, <sha
74
74
  data-show-node-ids | When this attribute is set, shacl node shapes will have their subject id shown in the form
75
75
  data-show-root-shape-label | If this is set and the root SHACL shape has `rdfs:label` or `dcterms:title` properties, <shacl-form> displays a heading with that value on top of the form
76
76
  data-proxy | URL of a proxy to use when fetching resources (e.g. `owl:imports`). This can help loading resources from the web that are not [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) enabled. The URL of the resource to fetch will be appended to the value of this attribute. Example value for this attribute: `http://you-proxy.org/?url=`.
77
- data-dense | Boolean inidcating to render a compact form with small paddings and margins. Default: true
78
- data-hierarchy-colors | If set, a colored vertical bar is displayed on the right side of the form for each nested hierarchy level with the intention of easing orientation in complex nested forms. The value of this attribute can be a list of comma seperated CSS color definitions. If no value is given, a default color palette is used.
77
+ data-dense | Boolean indicating to render a compact form with small paddings and margins. Default: true
78
+ data-hierarchy-colors | If set, a colored vertical bar is displayed on the right side of the form for each nested hierarchy level with the intention of easing orientation in complex nested forms. The value of this attribute can be a list of comma separated CSS color definitions. If no value is given, a default color palette is used.
79
79
 
80
80
  ### Element functions
81
81