Skip to main content

An application made for the Django Web Framework.

Project description

globlocks

Block/Widget library to make your Wagtail site more complete

TODO

  • Documentation
  • Tests
  • (blocks) components/images
  • (blocks) components/menus
  • (templates) components/menus

Implemented

  • blocks with settings
  • toggleable-visibility blocks
  • richtext alignment (with headers and inline entities)
  • color picker widget/block/panel/(model)field
  • range slider widget/block
  • justify text alignment widget/block (targets specified inputs; aligns them in admin)
  • toolbar widget/block; a richtext toolbar for your regular inputs
  • fontpicker widget
  • components
    • images (NYI)
    • menus (NYI)
    • headers
    • text
    • image/text

Quick start

  1. Add 'globlocks' to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        'globlocks',
        'conditional_field',
    ]
    
  2. ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

globlocks-1.2.0.tar.gz (3.0 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page