Go to file
Robbie Averill bd5c9c090c NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00
.tx Freeze Transifex translations for SS3. Please commit directly to lang files. 2017-11-22 17:56:13 +13:00
docs/en/userguide update readme and docs for SS4 specific infos 2017-11-23 10:47:30 +13:00
javascript Add support for Firefox & IE9 2015-07-28 11:46:42 +12:00
lang Merge branch '1.0' 2017-11-22 18:00:28 +13:00
src NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00
templates/SilverStripe/IFrame/Layout NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00
tests Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
.editorconfig Added standard editor config 2015-11-19 13:25:43 +13:00
.gitattributes Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
.scrutinizer.yml NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00
.travis.yml NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00
README.md update readme and docs for SS4 specific infos 2017-11-23 10:47:30 +13:00
_config.php Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:14:16 +13:00
codecov.yml Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
composer.json NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00
license.md Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
phpcs.xml.dist Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
phpunit.xml.dist NEW Rename code to src, remove changelog and extraneous codecov file 2017-11-27 13:54:53 +13:00

README.md

IFrame module

Build Status Scrutinizer Code Quality codecov Version License

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 ^4.0

Note: For a SilverStripe 3.x compatible version, please use the 1.x release line.

Installation

Run composer require silverstripe/iframe, then append dev/build?flush=all to the website URL in your browser. e.g. http://mysite.test/dev/build?flush=all

Instructions

For usage instructions see the user manual.

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-iframe to contribute translations, rather than sending pull requests with YAML files.