diff --git a/config/sync/views.view.templates_listing.yml b/config/sync/views.view.templates_listing.yml index 6b066ee3a38b74349c3caf478475e5c9096675c2..5db0947cd9c61506faf1e12d54134af15e1ec291 100644 --- a/config/sync/views.view.templates_listing.yml +++ b/config/sync/views.view.templates_listing.yml @@ -279,7 +279,7 @@ display: options: offset: 0 pagination_heading_level: h4 - items_per_page: 15 + items_per_page: 20 total_pages: null id: 0 tags: @@ -315,17 +315,32 @@ display: options: { } empty: { } sorts: - created: - id: created + sticky: + id: sticky table: node_field_data - field: created + field: sticky relationship: none group_type: group admin_label: '' entity_type: node - entity_field: created + entity_field: sticky + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false + changed: + id: changed + table: node_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: changed plugin_id: date - order: ASC + order: DESC expose: label: '' field_identifier: '' diff --git a/config/sync/webform.webform.request_template.yml b/config/sync/webform.webform.request_template.yml index ceccdb3fd222ae130d3b0fd7a07e517f98dca39c..1a43883733f6831a64f9dde00016903c452693d3 100644 --- a/config/sync/webform.webform.request_template.yml +++ b/config/sync/webform.webform.request_template.yml @@ -108,7 +108,6 @@ elements: |- '#title': 'Login admin url' '#help': '<p>Input your admin url to login</p>' '#placeholder': /user/login - '#required': true '#wrapper_attributes': class: - form-group @@ -121,7 +120,6 @@ elements: |- '#title': 'Username to login' '#help': '<p>Input your admin username to login</p>' '#placeholder': admin - '#required': true '#wrapper_attributes': class: - form-group @@ -134,7 +132,6 @@ elements: |- '#title': 'Password to login' '#help': '<p>Input your admin password to login</p>' '#placeholder': admin - '#required': true '#wrapper_attributes': class: - form-group