wagtail / wagtail-live

High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.
https://wagtail.github.io/wagtail-live/
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

Add ability to customize/extend the `LivePostBlock` class #138

Open Tijani-Dia opened 2 years ago

Tijani-Dia commented 2 years ago

The goal of this PR is to add the ability for users to customize/extend the LivePostBlock class.

codecov-commenter commented 2 years ago

Codecov Report

Merging #138 (919b7d6) into main (40424fb) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #138   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines         1098      1115   +17     
  Branches       149       152    +3     
=========================================
+ Hits          1098      1115   +17     
Impacted Files Coverage Δ
src/wagtail_live/blocks.py 100.00% <100.00%> (ø)
src/wagtail_live/models.py 100.00% <100.00%> (ø)
src/wagtail_live/receivers/base.py 100.00% <100.00%> (ø)
src/wagtail_live/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40424fb...919b7d6. Read the comment docs.