Go to file
github-actions 5dd339b0ab Merge branch '2.4' into 2 2024-02-12 11:23:39 +00:00
.github/workflows MNT Use gha-dispatch-ci 2023-03-21 12:26:04 +13:00
.tx ENH Update translations 2023-03-06 18:18:18 +13:00
_config FIX move legacy.yml to _config folder to be picked up correctly 2019-04-16 14:56:55 +12:00
docs/en/userguide DOC Correct title for userhelp 2022-08-20 21:10:16 +12:00
javascript Update load event registration 2020-01-15 14:05:13 +13:00
lang TLN Update translations (#80) 2024-02-07 16:08:21 +13:00
src ENH PHP 8.1 compatibility 2022-04-13 11:50:04 +12:00
templates/SilverStripe/IFrame/Layout FIX Add CMS configurable title for iframe to tell screenreaders it contains frame content 2019-05-17 11:56:07 +12:00
tests API phpunit 9 support 2021-10-27 18:09:34 +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
.upgrade.yml FIX Update translations to match class namespaces 2017-11-27 16:35:59 +13:00
README.md MNT Standardise modules 2022-08-01 16:22:16 +12: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 MNT Revert erroneous dependency changes (#69) 2023-03-28 16:59:29 +13:00
license.md DOCS Update readme and userguide to be a bit more specific about what this module does 2019-02-01 12:39:39 +03:00
phpcs.xml.dist MNT Use shared travis config, use sminnee/phpunit 2020-11-10 13:31:11 +13:00
phpunit.xml.dist MNT Standardise modules 2022-08-01 16:22:16 +12:00

README.md

IFrame module

CI Silverstripe supported module

Introduction

The IFrame module provides an IFrame page type in the CMS which allows you to embed an IFrame into a page without resorting to custom code in your templates or TinyMCE instance.

This can help if you have iframe disabled in TinyMCE's valid_elements and do not want to to re-enable it in for a single/specific use-case. It's also possible that using a Web Application Firewall (WAF) may block page save requests that contain iframe elements in HTML content, which using this module would circumvent.

Various attributes of the IFrame can be controlled from CMS fields, such as size and content that surrounds the IFrame itself.

Requirements

  • Silverstripe ^4.0

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

Installation

Install with Composer:

composer require silverstripe/iframe

After installation, ensure you run dev/build?flush in either your browser or via command line.

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.