You are here

content_lock.libraries.yml in Content locking (anti-concurrent editing) 8.2

Same filename and directory in other branches
  1. 8 content_lock.libraries.yml

File

content_lock.libraries.yml
View source
  1. drupal.content_lock.settings:
  2. version: VERSION
  3. js:
  4. js/content_lock_settings.js: {}
  5. dependencies:
  6. - core/jquery
  7. drupal.content_lock.lock_form:
  8. js:
  9. js/content_lock_form.js: {}
  10. dependencies:
  11. - core/jquery
  12. - core/drupal
  13. - core/jquery.once