diff --git a/core/modules/views/config/schema/views.row.schema.yml b/core/modules/views/config/schema/views.row.schema.yml index 0f20dc0..48a93c4 100644 --- a/core/modules/views/config/schema/views.row.schema.yml +++ b/core/modules/views/config/schema/views.row.schema.yml @@ -19,3 +19,50 @@ views.row.fields: hide_empty: type: boolean label: 'Hide empty' + +views.row.rssfields: + type: mapping + label: 'RSS fields' + mapping: + title_field: + type: string + label: 'Title field' + link_field: + type: string + label: 'Link field' + description_field: + type: string + label: 'Description field' + creator_field: + type: string + label: 'Creator field' + date_field: + type: string + label: 'Publication date field' + guid_field_options: + type: mapping + label: 'Guid settings' + mapping: + guid_field: + type: string + label: 'GUID field' + guid_field_is_permalink: + type: boolean + label: 'GUID is permalink' + +views.row.entityrow: + type: mapping + label: 'Entity information options' + mapping: + entitytype: + type: string + label: 'Type of entity' + entityInfo: + type: string + label: 'Entity information' + base_table: + type: string + label: 'Base table information' + base_field: + type: string + label: 'Base field information'