Loading README.md +6 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ CONTENTS OF THIS FILE INTRODUCTION ------------ The Socializer module provides a configuration form with a block where links to the social media networks are shown. The Socializer module provides a configuration form with a block where links to the social media networks are shown. * For a full description of the module, visit the project page: https://www.drupal.org/project/socializer Loading @@ -36,9 +37,11 @@ CONFIGURATION - Administer Socializer configuration To access a configuration form a user must have this permission. Block is visible to all users when placed. To access a configuration form a user must have this permission. Block is visible to all users when placed. * Set social media links in Administration » Configuration » System » Socializer. * Set social media links in Administration » Configuration » System » Socializer. * Place Socializer block from Block layout page. Loading socializer.module +6 −1 Original line number Diff line number Diff line <?php /** * @file * Module file for Socializer. */ /** * Implements hook_theme(). */ Loading @@ -10,6 +15,6 @@ function socializer_theme() { 'links' => [], ], 'template' => 'socializer', ] ], ]; } Loading
README.md +6 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ CONTENTS OF THIS FILE INTRODUCTION ------------ The Socializer module provides a configuration form with a block where links to the social media networks are shown. The Socializer module provides a configuration form with a block where links to the social media networks are shown. * For a full description of the module, visit the project page: https://www.drupal.org/project/socializer Loading @@ -36,9 +37,11 @@ CONFIGURATION - Administer Socializer configuration To access a configuration form a user must have this permission. Block is visible to all users when placed. To access a configuration form a user must have this permission. Block is visible to all users when placed. * Set social media links in Administration » Configuration » System » Socializer. * Set social media links in Administration » Configuration » System » Socializer. * Place Socializer block from Block layout page. Loading
socializer.module +6 −1 Original line number Diff line number Diff line <?php /** * @file * Module file for Socializer. */ /** * Implements hook_theme(). */ Loading @@ -10,6 +15,6 @@ function socializer_theme() { 'links' => [], ], 'template' => 'socializer', ] ], ]; }