Skip to content
Snippets Groups Projects

Issue #3288778 by realityloop, Project Update Bot, Rajab Natshah: Automated...

2 files
+ 16
2
Compare changes
  • Side-by-side
  • Inline
Files
2
composer.json 0 → 100644
+ 15
0
{
"name": "drupal/node_edit_protection",
"type": "drupal-module",
"description": "Alert a user if they are navigating away from a modified Node Edit form without saving",
"keywords": ["Drupal"],
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"support": {
"issues": "http://drupal.org/project/issues/node_edit_protection",
"source": "http://cgit.drupalcode.org/node_edit_protection"
},
"extra": { }
}
Loading