diff --git a/core/modules/views/config/schema/views.row.schema.yml b/core/modules/views/config/schema/views.row.schema.yml index 94f2b8d..48a93c4 100644 --- a/core/modules/views/config/schema/views.row.schema.yml +++ b/core/modules/views/config/schema/views.row.schema.yml @@ -22,33 +22,33 @@ views.row.fields: views.row.rssfields: type: mapping - label: 'Rss fields option' + label: 'RSS fields' mapping: title_field: type: string - label: 'RSS item title' + label: 'Title field' link_field: - type: Uri - label: 'RSS item link' + type: string + label: 'Link field' description_field: type: string - label: 'RSS item description' + label: 'Description field' creator_field: type: string - label: 'RSS item creator' + label: 'Creator field' date_field: - type: integer - label: 'RSS item pubDate' + type: string + label: 'Publication date field' guid_field_options: type: mapping label: 'Guid settings' mapping: guid_field: type: string - label: 'The globally unique identifier of the RSS item' + label: 'GUID field' guid_field_is_permalink: - type: Uri - label: 'The RSS item GUID is a permalink' + type: boolean + label: 'GUID is permalink' views.row.entityrow: type: mapping