diff --git a/core/modules/comment/config/schema/views.row.schema.yml b/core/modules/comment/config/schema/views.row.schema.yml new file mode 100644 index 0000000..6b748e1 --- /dev/null +++ b/core/modules/comment/config/schema/views.row.schema.yml @@ -0,0 +1,13 @@ +"views.row.entity:comment": + type: mapping + label: 'Entity options' + mapping: + view_mode: + type: string + label: 'View mode' + relationship: + type: string + label: 'Relationship' + links: + type: boolean + label: 'Display links' diff --git a/core/modules/node/config/schema/views.row.schema.yml b/core/modules/node/config/schema/views.row.schema.yml new file mode 100644 index 0000000..e700576 --- /dev/null +++ b/core/modules/node/config/schema/views.row.schema.yml @@ -0,0 +1,13 @@ +"views.row.entity:node": + type: mapping + label: 'Entity options' + mapping: + view_mode: + type: string + label: 'View mode' + relationship: + type: string + label: 'Relationship' + links: + type: boolean + label: 'Display links' diff --git a/core/modules/user/config/schema/views.row.schema.yml b/core/modules/user/config/schema/views.row.schema.yml new file mode 100644 index 0000000..0d6c305 --- /dev/null +++ b/core/modules/user/config/schema/views.row.schema.yml @@ -0,0 +1,10 @@ +"views.row.entity:user": + type: mapping + label: 'Entity options' + mapping: + view_mode: + type: string + label: 'View mode' + relationship: + type: string + label: 'Relationship' diff --git a/core/modules/views/config/schema/views.row.schema.yml b/core/modules/views/config/schema/views.row.schema.yml index 6adc41a..a2d94fa 100644 --- a/core/modules/views/config/schema/views.row.schema.yml +++ b/core/modules/views/config/schema/views.row.schema.yml @@ -20,9 +20,9 @@ views.row.fields: type: boolean label: 'Hide empty' -views.row.rssfields: +views.row.rss_fields: type: mapping - label: 'RSS fields' + label: 'RSS field options' mapping: title_field: type: string