marteinn / wagtail-color-panel

A package that adds new panels for selecting colors, works both on regular page fields and stream field.
MIT License
51 stars 9 forks source link

Deprecated `WidgetWithScript` hook #18

Closed niccolomineo closed 3 months ago

niccolomineo commented 3 months ago

Describe the bug The RemovedInWagtail70Warning: The usage of WidgetWithScript hook is deprecated. Use external scripts instead. warning message shows up.

To Reproduce Steps to reproduce the behavior:

  1. Launch python -m manage.py makemigrations
  2. State that said warning message shows up

Expected behavior The warning should not be displayed

niccolomineo commented 3 months ago

Sorted in #17 , so I am going to close the present issue.