Skip to content

Commit

Permalink
Add composer.json and make purpose of module clearer in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Friedlander committed Mar 19, 2013
1 parent 31e6a72 commit 54fc0b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,13 @@

## Summary

This module adds further HTML 5 support to SilverStripe.

Although SilverStripe supports using HTML 5 in templates out of the box, there are
some limitations in the use of HTML in the content managed through the CMS.

#### HTMLText & HTMLVarchar

This module allows SilverStripe to support HTML 5 in HTMLText and HTMLVarchar fields, by
providing a subclass of HTMLValue that uses the third party html5lib and causing the Injector
to use this subclass by default.
Expand Down
10 changes: 10 additions & 0 deletions composer.json
@@ -0,0 +1,10 @@
{
"name": "silverstripe/html5",
"description": "HTML5 support for SilverStripe",
"type": "silverstripe-module",
"keywords": ["silverstripe", "html5"],
"license": "BSD-3-Clause",
"require": {
"silverstripe/framework": "3.*"
}
}

0 comments on commit 54fc0b8

Please sign in to comment.