Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnitto/jonnitto.iframe
iFrames for Neos CMS
https://github.com/jonnitto/jonnitto.iframe
neoscms nodetype
Last synced: 12 days ago
JSON representation
iFrames for Neos CMS
- Host: GitHub
- URL: https://github.com/jonnitto/jonnitto.iframe
- Owner: jonnitto
- License: gpl-3.0
- Created: 2016-06-08T22:44:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T16:32:45.000Z (over 2 years ago)
- Last Synced: 2024-12-06T18:11:42.533Z (about 1 month ago)
- Topics: neoscms, nodetype
- Language: JavaScript
- Size: 65.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/jonnitto/iframe/v/stable)](https://packagist.org/packages/jonnitto/iframe)
[![Total Downloads](https://poser.pugx.org/jonnitto/iframe/downloads)](https://packagist.org/packages/jonnitto/iframe)
[![License](https://poser.pugx.org/jonnitto/iframe/license)](https://packagist.org/packages/jonnitto/iframe)
[![GitHub forks](https://img.shields.io/github/forks/jonnitto/Jonnitto.iFrame.svg?style=social&label=Fork)](https://github.com/jonnitto/Jonnitto.iFrame/fork)
[![GitHub stars](https://img.shields.io/github/stars/jonnitto/Jonnitto.iFrame.svg?style=social&label=Stars)](https://github.com/jonnitto/Jonnitto.iFrame/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/jonnitto/Jonnitto.iFrame.svg?style=social&label=Watch)](https://github.com/jonnitto/Jonnitto.iFrame/subscription)
[![GitHub followers](https://img.shields.io/github/followers/jonnitto.svg?style=social&label=Follow)](https://github.com/jonnitto/followers)
[![Follow Jon on Twitter](https://img.shields.io/twitter/follow/jonnitto.svg?style=social&label=Follow)](https://twitter.com/jonnitto)# Jonnitto.iFrame
iFrame for [Neos CMS](https://www.neos.io):
* You can set the height (Pixel or viewport height) or the ratio of the iframe.
* If the source of the iframe returns an error, it will be removed in the frontend.## Installation
Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:
```bash
composer require jonnitto/iframe --no-update
```The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.