Add patch for new item autosave
This commit is contained in:
parent
d2f8551c6c
commit
d70c8f5771
2 changed files with 17 additions and 15 deletions
|
@ -37,6 +37,7 @@
|
|||
"drupal/allowed_formats": "^1.1",
|
||||
"drupal/antibot": "^1.2",
|
||||
"drupal/auto_entitylabel": "^3.0@beta",
|
||||
"drupal/autosave_form": "1.x-dev",
|
||||
"drupal/backup_migrate": "^5",
|
||||
"drupal/block_class": "^1",
|
||||
"drupal/ckeditor_markdown": "^1.3",
|
||||
|
@ -150,9 +151,9 @@
|
|||
"drupal/urllogin": "^2",
|
||||
"drupal/view_password": "^6",
|
||||
"drupal/view_unpublished": "^1.0",
|
||||
"drupal/viewsreference": "^1",
|
||||
"drupal/views_daterange_filters": "^1.0@alpha",
|
||||
"drupal/views_field_compare": "^1.0@beta",
|
||||
"drupal/viewsreference": "^1",
|
||||
"drupal/webform": "^6.0",
|
||||
"drupal/webform_mailchimp": "^5.4",
|
||||
"drupal/weight": "^3.3",
|
||||
|
@ -218,7 +219,10 @@
|
|||
},
|
||||
"drupal/ds": {
|
||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
||||
}
|
||||
},
|
||||
"drupal/autosave_form": {
|
||||
"Autosave not working on content creation": "https://www.drupal.org/files/issues/2021-09-10/2924006-39.patch"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue