-
Should be a way to set "Save draft" buttton to other value by default.
In a lot of simpler projects with one user/admin its most common to just publish directly.
-
We should allow certain fields in the page editor to appear/disappear depending on prior selections made.
For instance, let's say you are selecting the author of a blog post. You also have a team mem…
-
Issue first came up in #441 and #451 is the PR that begins implementation details. Sounds like we have a decision to make regarding prevention of spam to an internet facing form here.
To summarize …
-
### User Story
As a user interested in funding open source development, I would like a "Funder Hall of Fame" page with a breakdown of who are the top matching partners and individual donors on the Gi…
zlsgh updated
3 years ago
-
### Epic
Epic issue includes overview, complete list of user stories, technical and content requirements, user testing task ideation, and current design mock-ups.
- https://github.com/cfpb/sbl-pro…
-
Renaming page models is slightly more complicated as the content type record should be updated as well. Django's default behaviour is to create a new content type and delete the old one, which also de…
-
### Issue Summary
When editing a rich text field in Draftail, if you use the arrow keys to move the cursor over an existing `/` character, the "formatting/insert block" popup will appear, as if you h…
-
When i click "live preview" button it opens a new window with page preview. It refreshes in "real time" when i modify my page form so this works OK - but it stops working when i "hide" the iframe on r…
-
Given a declaration like:
``` python
class FeaturedArticlesBlock(blocks.StructBlock):
heading = blocks.CharBlock(required=False)
articles = blocks.ListBlock(blocks.PageChooserBlock())
ac…
danni updated
3 months ago
-
Architecture Ideas:
We can create a dynamically updating publishing queuing app with all the information we want. I'd estimate a sprint and change to do any of the first 3 options.
- [ ] [Writing to…