Commit f3114acf authored by Raghavendra A M's avatar Raghavendra A M Committed by Andrei Ivnitskii
Browse files

Issue #3322118 by Raghavendra A M, Pracheth, ivnish: Replace README.txt with README.md

parent f034b217
Loading
Loading
Loading
Loading
+54 −0
Original line number Diff line number Diff line
CONTENTS OF THIS FILE
---------------------
# CONTENTS OF THIS FILE

 * Introduction
 * Requirements
@@ -8,53 +7,48 @@ CONTENTS OF THIS FILE
 * Maintainers


INTRODUCTION
------------
## INTRODUCTION

A simple gallery of media.

 * For a full description of the module, visit the project page:
   https://drupal.org/project/media_gallery
   <https://drupal.org/project/media_gallery>

 * To submit bug reports and feature suggestions, or to track changes:
   https://drupal.org/project/issues/media_gallery
   <https://drupal.org/project/issues/media_gallery>


REQUIREMENTS
------------
## REQUIREMENTS

 * media (drupal core)
 * media_library (drupal core)
 * colorbox - https://drupal.org/project/colorbox
 * photoswipe (optional) - https://drupal.org/project/photoswipe
 * colorbox <https://drupal.org/project/colorbox>
 * photoswipe (optional) <https://drupal.org/project/photoswipe>


INSTALLATION
------------
## INSTALLATION

 * Install as you would normally install a contributed Drupal module. Visit:
   https://www.drupal.org/node/1897420 for further information.
Install as you would normally install a contributed Drupal module. Visit:
<https://www.drupal.org/node/1897420> for further information.


CONFIGURATION
-------------
## CONFIGURATION

    1. Navigate to Extend and enable the module.
    2. Add new galleries: /admin/content/media-gallery
    3. Add own fields to galleries (if you want):
       /admin/structure/media-gallery/fields
    4. All galleries view: /galleries
    5. Change ColorBox to PhotoSwipe (if you want):
      * Add new media view mode:
    
### Change ColorBox to PhotoSwipe (if you want)

    1. Add new media view mode:
      /admin/structure/display-modes/view/add/media
      * Enable new view mode and set formatter as PhotoSwipe:
    2. Enable new view mode and set formatter as PhotoSwipe:
      /admin/structure/media/manage/image/display/media_photoswipe
      * Set view mode as PhotoSwipe for the galleries:
    3. Set view mode as PhotoSwipe for the galleries:
      /admin/structure/media-gallery/display

## MAINTAINERS

MAINTAINERS
-----------

Current maintainers:
 * Andrei Ivnitskii - https://www.drupal.org/u/ivnish
 * Andrei Ivnitskii - <https://www.drupal.org/u/ivnish>