When runing a test which used the facets_rest module to export json by views, we will get an SchemaMissingException of show_facets config of FacetsSerializer views style plugin,
Adding views.style.facets_serializer schema to resolve this problem.
facets.views.styles.schema.yml
views.style.facets_serializer:
type: views.style.serializer
label: 'Facets serializer'
mapping:
show_facets:
type: boolean
label: 'Show facets'
Issue fork facets-3349266
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
司南 commentedComment #4
elberHi I revised the change, schema file is correct.
Module keeps working with this new file.
It sounds good to me.
Comment #5
borisson_This looks great, I think we should commit it to be 2.x and 3.x
Comment #8
borisson_Committed to both branches.