You are here

README.txt in baguetteBox.js 8

Same filename and directory in other branches
  1. 7 README.txt
-= BaguetteBox Drupal module =-

Summary
=========================
This module provides integration with BaguetteBox library.

Requirements
=========================
 * BaguetteBox should be installed to libraries/baguettebox directory.

Installation
=========================
 * Install as usual, see http://drupal.org/node/895232 for further information.
 * Download BaguetteBox library from https://github.com/feimosi/baguetteBox.js.
   Use exact same version as defined in baguettebox.libraries.yml file
 * Unzip the library and place files to libraries directory.
   The directory structure should be as follows:
   /libraries/baguettebox.js/dist/baguetteBox.min.css
   /libraries/baguettebox.js/dist/baguetteBox.min.js


Notes
=========================
 * To make it work with Views you should either set "Use field template"
   checkbox or manually add "baguettebox" class in View field style settings.

File

README.txt
View source
  1. -= BaguetteBox Drupal module =-
  2. Summary
  3. =========================
  4. This module provides integration with BaguetteBox library.
  5. Requirements
  6. =========================
  7. * BaguetteBox should be installed to libraries/baguettebox directory.
  8. Installation
  9. =========================
  10. * Install as usual, see http://drupal.org/node/895232 for further information.
  11. * Download BaguetteBox library from https://github.com/feimosi/baguetteBox.js.
  12. Use exact same version as defined in baguettebox.libraries.yml file
  13. * Unzip the library and place files to libraries directory.
  14. The directory structure should be as follows:
  15. /libraries/baguettebox.js/dist/baguetteBox.min.css
  16. /libraries/baguettebox.js/dist/baguetteBox.min.js
  17. Notes
  18. =========================
  19. * To make it work with Views you should either set "Use field template"
  20. checkbox or manually add "baguettebox" class in View field style settings.