-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ss4.1): Update to SilverStripe 4.1
- Loading branch information
Marco (Valandur)
committed
May 31, 2018
1 parent
76dfc5c
commit 2250174
Showing
26 changed files
with
2,028 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
Name: pagesections | ||
--- | ||
FlxLabs\PageSections\PageElement: | ||
FLXLabs\PageSections\PageElement: | ||
extensions: | ||
- SilverStripe\Versioned\Versioned | ||
FlxLabs\PageSections\PageElementSelfRel: | ||
FLXLabs\PageSections\PageElementSelfRel: | ||
extensions: | ||
- SilverStripe\Versioned\Versioned | ||
FlxLabs\PageSections\PageSectionPageElementRel: | ||
FLXLabs\PageSections\PageSectionPageElementRel: | ||
extensions: | ||
- SilverStripe\Versioned\Versioned |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
{ | ||
"name": "flxlabs/silverstripe-pagesections", | ||
"version": "0.1.2", | ||
"description": "Adds configurable page sections and elements to your SilverStripe project.", | ||
"type": "silverstripe-module", | ||
"homepage": "http://github.com/flxlabs/silverstripe-pagesections", | ||
"keywords": ["silverstripe", "sections", "elements", "page sections", "page elements"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Marco Crespi", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"support": { | ||
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues" | ||
}, | ||
"require": { | ||
"silverstripe/framework": "^4.0.1" | ||
}, | ||
"extra": { | ||
"installer-name": "pagesections" | ||
} | ||
"name": "flxlabs/silverstripe-pagesections", | ||
"version": "0.1.2", | ||
"description": "Adds configurable page sections and elements to your SilverStripe project.", | ||
"type": "silverstripe-module", | ||
"homepage": "http://github.com/flxlabs/silverstripe-pagesections", | ||
"keywords": ["silverstripe", "sections", "elements", "page sections", "page elements"], | ||
"license": "MIT", | ||
"authors": [{ | ||
"name": "Marco Crespi", | ||
"email": "[email protected]" | ||
}], | ||
"support": { | ||
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues" | ||
}, | ||
"require": { | ||
"silverstripe/framework": "^4.0.1", | ||
"symbiote/silverstripe-gridfieldextensions": "^3" | ||
}, | ||
"extra": { | ||
"installer-name": "pagesections", | ||
"expose": [ | ||
"css", | ||
"javascript" | ||
] | ||
} | ||
} |
Oops, something went wrong.