mandel/testing/: ocyan-plugin-wagtail-content-page-2.0.1 metadata and description

Homepage Simple index

Ocyan plugin: Wagtail content page

author Mandel
author_email [email protected]
classifiers
  • Framework :: Ocyan
  • Environment :: Plugins
description_content_type text/markdown
dynamic
  • author
  • author-email
  • classifier
  • description
  • description-content-type
  • home-page
  • provides-extra
  • requires-dist
  • requires-python
  • summary
provides_extras
  • test
requires_dist
  • Django<6,>=5
  • Wagtail<8,>=7
  • ocyan.core>=1.2.7
  • ocyan.main>=2.0.1
  • ocyan.plugin.wagtail>=2.0.1
  • ocyan.plugin.testing; extra == "test"
  • pylint-django; extra == "test"
  • black; extra == "test"
  • coverage; extra == "test"
requires_python >=3.12,<3.13
File Tox results History
ocyan_plugin_wagtail_content_page-2.0.1-py3-none-any.whl
Size
52 KB
Type
Python Wheel
Python
3
ocyan_plugin_wagtail_content_page-2.0.1.tar.gz
Size
41 KB
Type
Source

Ocyan plugin Wagtail content page

Installation


Add ocyan.plugin.wagtail_content_page to your projects dependencies.

Usage


This plugin comes with a wagtail page model that can be used to generate content pages and makes use of wagtail’s default streamfield editor instead of our roadrunner editor. You can disable certain blocks too, if you’d like. See “Configuration” for more information on this.

Configuration

Settings you need to configure in .json

Example:

    "wagtail content page": {
      "heading": false,
      "paragraph": false,
      "image": false,
      "html": true,
    },