polargold/pimcore-iframe-portlet-bundle

There is no license information available for the latest version (v1.1.0) of this package.

Adds a portlet to add iframes to Pimcore dashboards

Installs: 3 575

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Language:JavaScript

Type:pimcore-bundle

v1.1.0 2022-05-20 08:38 UTC

This package is not auto-updated.

Last update: 2024-06-01 16:43:45 UTC


README

This Pimcore bundle adds a customizable IFrame portlet to the dashboard.
This is a fork from BlackbitNeueMedien/pimcore-iframe-portlet, customized for our needs.

Preview

Preview Image

Requirements

This bundle was tested on Pimcore 10.x.

Setup

To use this bundle, you need to install the composer package first.

composer require polargold/pimcore-iframe-portlet-bundle

Next, enable it by running:

bin/console pimcore:bundle:enable PolargoldIFramePortletBundle

The portlet should now be available after reloading the admin interface.

Usage

First, add the portlet to your dashboard:

Add Portlet to dashboard

Then open the settings window:

Settings window

There you can specify 3 elements:

  • The title of the IFrame
  • The height of the IFrame
  • The URL from which the IFrame gets its content from.

If you are changing the title or height of the IFrame, you need to reload the dashboard to see your changes.
URL changes will be rendered on save without reloading.