Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wagtail-admin-preview

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wagtail-admin-preview

Simple Page Preview Tab in Wagtail Admin Panel

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

Wagtail Admin Preview Tab

Quick Start

  1. Add wagtail_admin_preview to your INSTALLED_APPS settings file like this::
    INSTALLED_APPS = [
        ...,
        'wagtail_admin_preview',
    ]
  1. Start the development server and you will find the preview tab after the content tab in page editing view

Purpose

The preview feature in wagtail admin requires you to open the page in another tab to preview. This module simply adds another tab which shows you a preview of the latest draft saved without requiring you to go open up another tab.

The default preview button is kept as is and the only addition is the preview tab so this has a very minimal footprint on your project.

Dependencies

This module requires:
1. Python >= 3.7 and
2. wagtail >= 3.0

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc