How to solve a very common Wagtail UX issue with two lines of code

Поділитися
Вставка
  • Опубліковано 6 гру 2023
  • Wagtail users often find themselves with too many page types to choose from. Here's a quick two-line code solution to help you make your users' experience better.
    Don't leave your users with too many page types to use from! Get in the habit of assigning subpages and parent pages today!
    💻 Wagtail is the easiest open-source Python CMS to use:
    Install the demo and start building your first site in 10 minutes: github.com/wagtail/bakerydemo
    Why should I learn the code in this video?
    Because content creators are busy people and giving them too many page types to choose from is not a good use of their time. The code in this video is super simple and you should consider using it in your projects to provide them with a better overall user experience. Trust us, if you save your end users time, you will be their hero (or they might at least whine less about having to make extra clicks).
    📹 Related Videos To Watch Next:
    ▶ A beginners video tour of Wagtail • Quick Video Tour of Wa...
    ▶ Set up dark mode in Wagtail • Come Over to the Dark ...
    ▶ How to Pin Your Rich Text Toolbar in Wagtail CMS • How to Pin Your Rich T...
    Wagtail future proofs your CMS system, as it’s open source, continuously updated and built on Python, one of the most popular global programming languages, used widely in machine learning and big data. So you’re always ahead of the curve when it comes to CMS platforms
    Wagtail is the #1 choice for accessibility, is scalable and most importantly, secure.
    👉 Get started with a FREE Wagtail CMS TRIAL: github.com/wagtail/bakerydemo and see how easy it is to build a website that works for you.
    📊 Read why Google, NASA, and the British NHS, are powering their digital estates with Wagtail: wagtail.org/about-wagtail/
    🎥 More Wagtail Videos: • What’s New in Wagtail ...
    - Subscribe for more Wagtail hacks, tips and tutorials: / @wagtail4333
    📣 Follow us on social:
    - Github: github.com/wagtail/wagtail
    - Twitter: / wagtailcms
    - Contribute code for Wagtail: docs.wagtail.org/en/stable/co...
    - Contact Us: wagtail.org/contact/
    #WagtailCMS #django #pythonprogramming #wagtail #contentmanagement
  • Наука та технологія

КОМЕНТАРІ • 3

  • @pythonantole9892
    @pythonantole9892 7 місяців тому

    Wow! Didn't imagine that was possible! Thanks Meagan!

  • @danfan4707
    @danfan4707 7 місяців тому +2

    This is a game-changer 😊

  • @abcqazwsxedc1234
    @abcqazwsxedc1234 3 місяці тому

    Great video, thanks!
    Is there a possibility to have a default child page type, while keeping the ability to add a custom typed page as a child? I have a situation where 99% of time users should select "Blog page" as a child, but it's necessary to keep the ability for adding a different child page.