diff --git a/core/modules/comment/config/schema/views.row.schema.yml b/core/modules/comment/config/schema/comment.view.schema.yml similarity index 82% rename from core/modules/comment/config/schema/views.row.schema.yml rename to core/modules/comment/config/schema/comment.view.schema.yml index 6b748e1..a9a5d8c 100644 --- a/core/modules/comment/config/schema/views.row.schema.yml +++ b/core/modules/comment/config/schema/comment.view.schema.yml @@ -1,3 +1,5 @@ +# Schema for the views plugins of the Comment module. + "views.row.entity:comment": type: mapping label: 'Entity options' diff --git a/core/modules/node/config/schema/views.row.schema.yml b/core/modules/node/config/schema/node.view.schema.yml similarity index 83% rename from core/modules/node/config/schema/views.row.schema.yml rename to core/modules/node/config/schema/node.view.schema.yml index e700576..d971dd2 100644 --- a/core/modules/node/config/schema/views.row.schema.yml +++ b/core/modules/node/config/schema/node.view.schema.yml @@ -1,3 +1,5 @@ +# Schema for the views plugins of the Views module. + "views.row.entity:node": type: mapping label: 'Entity options' diff --git a/core/modules/user/config/schema/user.view.schema.yml b/core/modules/user/config/schema/user.view.schema.yml index 2429906..6e00e42 100644 --- a/core/modules/user/config/schema/user.view.schema.yml +++ b/core/modules/user/config/schema/user.view.schema.yml @@ -32,3 +32,14 @@ views.argument_default.current_user: views.argument_default.node: type: boolean label: 'Content ID from URL' + +"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/user/config/schema/views.row.schema.yml b/core/modules/user/config/schema/views.row.schema.yml deleted file mode 100644 index 0d6c305..0000000 --- a/core/modules/user/config/schema/views.row.schema.yml +++ /dev/null @@ -1,10 +0,0 @@ -"views.row.entity:user": - type: mapping - label: 'Entity options' - mapping: - view_mode: - type: string - label: 'View mode' - relationship: - type: string - label: 'Relationship'