Skip to content

Commit

Permalink
Touch up README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewandante committed Dec 18, 2017
2 parents 3795d59 + 9edcdd8 commit d57039b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This small module is to help you add the [Women's Refuge Shielded Site button](h

This code will help you add the shield to your SilverStripe website.

Select the preferred size in your SiteConfig, and the `WomensRefugeShieldControllerExtension` will inject the necessary javascript and css in to your pages.
Select the preferred size in your SiteConfig, and the `WomensRefugeShield\ControllerExtension` will inject the necessary Javascript and CSS in to your pages.

That's all there is to it.

# Installation

Include the pride code with `composer require andrewandante/womens-refuge-shield` and select your preferred size in the CMS under Settings.
Include the shield code with `composer require andrewandante/womens-refuge-shield` and select your preferred size in the CMS under Settings.

Large tab:

Expand Down
4 changes: 0 additions & 4 deletions code/SiteConfigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ class SiteConfigExtension extends DataExtension
'ShieldCode' => 'Int',
];

private static $defaults = [
'UseShieldModuleJs' => false,
];

public function updateCMSFields(FieldList $fields)
{
$fields->addFieldsToTab('Root.Main', [
Expand Down

0 comments on commit d57039b

Please sign in to comment.