Metadata-Version: 2.1
Name: django-ckeditor-youtube-plugin
Version: 0.0.1
Summary: YouTube Plugin for django-ckeditor
Home-page: https://github.com/ppfeufer/django-ckeditor-youtube-plugin
Author: Peter Pfeufer
Author-email: develop@ppfeufer.de
Maintainer: Peter Pfeufer
Maintainer-email: develop@ppfeufer.de
License: GPL-3.0
Project-URL: Issue / Bug Reports, https://github.com/ppfeufer/django-ckeditor-youtube-plugin/issues
Project-URL: Changelog, https://github.com/ppfeufer/django-ckeditor-youtube-plugin/blob/master/CHANGELOG.md
Keywords: ckeditor,plugin,youtube
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Django CKEditor YouTube Plugin

```python
ckeditor__external_plugin_resources = [
    (
        "youtube",
        "/static/ckeditor/ckeditor/plugins/youtube/",
        "plugin.min.js",
    )
]
```

```python
CKEDITOR_CONFIGS["default"][
    "external_plugin_resources"
] = ckeditor__external_plugin_resources
```
