Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/custom_forms / custom_forms.libraries.yml
Size: Mime:
admin-toolbar:
  version: 1.0
  css:
    theme:
      css/admin_toolbar.css: {}

admin-style:
  version: 1.0
  css:
    theme:
      css/admin_style.css: {}

prevent-double-submit:
  js:
    js/prevent-double-submit.js: {}
  dependencies:
    - core/jquery

field-errors:
  js:
    js/custom-forms-error-command.js: {}
  dependencies:
    - core/jquery
    - core/drupal.ajax

form-style:
  version: 1.0
  css:
    theme:
      css/form_style.css: {}

popper:
  version: 1
  license:
    name: MIT
    URL: https://github.com/popperjs/popper.js/blob/v1.16.0/LICENSE.md
    gpl-compatible: true
  js:
    js/popper.min.js: {}

tippy:
  version: 5
  license:
    name: MIT
    URL: https://github.com/atomiks/tippyjs/blob/v5.1.2/LICENSE
    gpl-compatible: true
  js:
    js/tippy-bundle.iife.min.js: {}
  dependencies:
    - custom_forms/popper

info-tooltips:
  version: 1.0
  js:
    js/info-tooltips.js: {}
  dependencies:
    - custom_forms/tippy