By default, the https://github.com/nuxeo/nuxeo-elements/blob/master/nuxeo-connection.html#L104 fetches all schema.
We should be able to do something like
<nuxeo-page-provider id="provider" provider="[[provider]]" aggregations="{{aggregations}}" enrichers="thumbnail" params="[[params]]" schemas="dublincore"> </nuxeo-page-provider>
in order to be able to restrain the fetched schema.
- is required by
-
NXP-20737 Limit retrieved shemas in web ui page provider
- Resolved