.tx | ||
docs/en/userguide | ||
javascript | ||
lang | ||
src | ||
templates/SilverStripe/IFrame/Layout | ||
tests | ||
_config.php | ||
.editorconfig | ||
.gitattributes | ||
.scrutinizer.yml | ||
.travis.yml | ||
.upgrade.yml | ||
code-of-conduct.md | ||
codecov.yml | ||
composer.json | ||
legacy.yml | ||
license.md | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
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 ^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.