Metadata-Version: 2.1
Name: rer.block.iframembed
Version: 1.0.2
Summary: An add-on for Plone
Home-page: https://github.com/collective/rer.block.iframembed
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/rer.block.iframembed
Project-URL: Source, https://github.com/RegioneER/rer.block.iframembed
Project-URL: Tracker, https://github.com/RegioneER/rer.block.iframembed/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >3.6
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

====================
rer.block.iframembed
====================

A block which embeds external url inside an iframe

Features
--------

- Domains validation


Installation
------------

Install rer.block.iframembed by adding it to your buildout::

    [buildout]

    ...

    eggs =
        rer.block.iframembed


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/RegioneER/rer.block.iframembed/issues
- Source Code: https://github.com/RegioneER/rer.block.iframembed
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


Contributors
============

- RedTurtle Technology, sviluppoplone@redturtle.it


Changelog
=========


1.0.2 (2024-03-27)
------------------

- If no domains are set, everything is invalid.
  [cekk]


1.0.1 (2024-03-18)
------------------

- Handle also iframe block.
  [cekk]
- Remove default value.
  [cekk]

1.0.0 (2023-03-13)
------------------

- Initial release.
  [cekk]
