Wagtail
Wagtail is a free and open source content management system (CMS) written in Python. The project has a focus on developer friendliness as well as ease of use of its administration interface, translated in multiple languages.
Here are 316 public repositories matching this topic...
-
Updated
Nov 6, 2021 - Python
Describe the bug
I'm trying to write a plugin to limit maximum content length in the draftail editor. I also want to be able to paste formatted content from outside the editor. Turns out my plugin's handlePastedText does not get called when setting prop stripPastedStyles to false. Unless I paste plain text.
Environment
Current version of draftail + draft.js 0.10.5
Steps to
It is a common use-case to require a comma in a form choice, such as "Please specify your income: $1,000 - $2,000" etc. I think it would be preferable to use pipe separator since it is not an English grammatical character.
While we do have a very customized form page, we are still leaning on some underpinnings of wagtail.contrib.forms, so I think we will either need to provide our own choice fi
Description
Great wagtail integration! Was trying to figure out on how to remove all items from the basket or a single product item. The current API allows subtracting the quantity of the product but not remove the product by itself.
-
Updated
Aug 31, 2021 - Python
-
Updated
Jan 4, 2018 - Python
-
Updated
Oct 2, 2021 - Python
-
Updated
Jan 6, 2022 - Python
Issue Summary
As per the docs, it's easily possible to get API endpoints for the built-in document types.
Example:
from wagtail.api.v2.router import WagtailAPIRouter
from wagtail.images.api.v2.views import ImagesAPIViewSet
api_router = WagtailAPIRouter("wagtailapi")
api_router.register_end-
Updated
Jan 6, 2022 - Python
-
Updated
Jan 5, 2022 - Python
from wagtail.core.fields import RichTextField
@register_snippet
class TestSnippet(models.Model):
title = models.CharField(max_length=50)
description = RichTextField(
blank=True
)
panels = [
FieldPanel('title'),
FieldPanel('description'),
]
graphql_fields = [
GraphQLString('title', required=True),
GraphQLS-
Updated
Jul 21, 2021 - C#
-
Updated
Jan 5, 2022 - Python
-
Updated
Sep 14, 2019 - Python
-
Updated
May 10, 2021 - TypeScript
-
Updated
Jan 6, 2022 - Python
-
Updated
Jul 16, 2021 - Python
Created by Torchbox
Released February 2014
- Organization
- wagtail
- Website
- wagtail.io
- Wikipedia
- Wikipedia
This is a bug specific to Windows high-contrast mode. cc @kbayliss who did the testing for this.
Current:
color: #007d7eProposed:
color: ButtonText; border: 1px solid;![7459](htt