mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
code | ||
docs/en | ||
javascript | ||
templates/Layout | ||
tests | ||
_config.php | ||
composer.json | ||
README.md |
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.