Go to file
Robbie Averill 682d72e08a Update Travis to include various SS versions and PHP 7.3 and use PSR-12 2019-02-01 12:42:52 +03:00
.tx Transifex support 2013-10-24 22:21:58 +02: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 FIX Update translations to match class namespaces 2017-11-27 16:35:59 +13:00
src FIX Cast IFrameURL right title as HTMLText to avoid double escaping 2018-04-03 16:39:50 +12:00
templates/SilverStripe/IFrame/Layout FIX Update translations to match class namespaces 2017-11-27 16:35:59 +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 Update Travis to include various SS versions and PHP 7.3 and use PSR-12 2019-02-01 12:42:52 +03:00
.upgrade.yml FIX Update translations to match class namespaces 2017-11-27 16:35:59 +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 Remove obsolete branch alias 2018-06-14 17:11:47 +12:00
license.md Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
phpcs.xml.dist Update Travis to include various SS versions and PHP 7.3 and use PSR-12 2019-02-01 12:42:52 +03: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.