silverstripe-iframe/README.md

20 lines
464 B
Markdown
Raw Normal View History

2013-02-27 05:09:14 +01:00
# IFrame module
## Introduction
The iframe module provides an IFrame page type that allows you to embed an IFrame into a page without resorting to
custom code.
## Requirements
* SilverStripe 3.0
## Installation
Copy the iframe directory into your SilverStripe project, then append dev/build?flush=all to the website URL in your
browser. e.g. http://mysite.com/dev/build?flush=all
## Instructions
For usage instructions see [user manual](docs/en/user.md).