Skip to main content

Copy A Snippet Feature for Wagtail CMS

Project description

'Copy A Snippet' Feature for Wagtail CMS

You can now "copy" snippets (non-page models) in Wagtail CMS

Installation

  1. Install the python package wagtailsnippetscopy from pip

pip install wagtailsnippetscopy

Alternatively, you can install download or clone this repo and call pip install -e ..

  1. Add to INSTALLED_APPS in your settings.py:

'wagtailsnippetscopy',

  1. Register a model (with a title field name) you wish to enable copy functionality for:
from wagtailsnippetscopy.registry import snippet_copy_registry

snippet_copy_registry.register(YourModel, {})
  1. Add SnippetCopyMixin to your Snippet model in order to enable get_copy_url callback() for the model:
from wagtailsnippetscopy.models import SnippetCopyMixin

class Graph(SnippetCopyMixin, models.Model):
  1. If you wish copy link to automatically appear in modeladmin list you should add SnippetCopyModelAdminMixin to the ModelAdmin class:

In admin.py:

from wagtail.contrib.modeladmin.options import ModelAdmin, modeladmin_register
from wagtailsnippetscopy.admin import SnippetCopyModelAdminMixin
from .models import YourModel

class YourModelAdmin(SnippetCopyModelAdminMixin, ModelAdmin):
    model = YourModel

modeladmin_register(GraphAdmin)
  1. Copy link follows the following pattern:
/admin/copy-snippet/<app_label>/<model_name>/<object_id>/

Bugs and suggestions

If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.

https://github.com/timonweb/wagtailsnippetscopy/issues

by Tim Kamanin

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

wagtailsnippetscopy-0.5.1.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wagtailsnippetscopy-0.5.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file wagtailsnippetscopy-0.5.1.tar.gz.

File metadata

  • Download URL: wagtailsnippetscopy-0.5.1.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.4.0

File hashes

Hashes for wagtailsnippetscopy-0.5.1.tar.gz
Algorithm Hash digest
SHA256 63d55fec0a0f2d9f3dcafb17557f35a5d96db2516af659d58f2de61070d1cf93
MD5 186ca92df45f5bba0c29958833fac035
BLAKE2b-256 8251e2d05871e54196a7d081fa15020ef13482433e0cf7c063929f2c9319a898

See more details on using hashes here.

File details

Details for the file wagtailsnippetscopy-0.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtailsnippetscopy-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ba3dbdfefcc627cb499a15779f2345c658b1179767dc7b8b29f6b290e65367c
MD5 e8ee57fdc63a548dacd1b978b2cc83d9
BLAKE2b-256 177ee841b6b74f9489eebf0d080c34a4e797c51dbd4030f1ae01921805608e48

See more details on using hashes here.

Supported by

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