|
@@ -228,7 +228,7 @@ class Migration(migrations.Migration):
|
|
|
(
|
|
|
"embed_block",
|
|
|
wagtail.embeds.blocks.EmbedBlock(
|
|
|
- help_text="Insert an embed URL e.g https://www.youtube.com/embed/SGJFWirQ3ks",
|
|
|
+ help_text="Insert an embed URL e.g https://www.youtube.com/watch?v=SGJFWirQ3ks",
|
|
|
icon="fa-s15",
|
|
|
template="blocks/embed_block.html",
|
|
|
),
|
|
@@ -348,7 +348,7 @@ class Migration(migrations.Migration):
|
|
|
(
|
|
|
"embed_block",
|
|
|
wagtail.embeds.blocks.EmbedBlock(
|
|
|
- help_text="Insert an embed URL e.g https://www.youtube.com/embed/SGJFWirQ3ks",
|
|
|
+ help_text="Insert an embed URL e.g https://www.youtube.com/watch?v=SGJFWirQ3ks",
|
|
|
icon="fa-s15",
|
|
|
template="blocks/embed_block.html",
|
|
|
),
|
|
@@ -490,7 +490,7 @@ class Migration(migrations.Migration):
|
|
|
(
|
|
|
"embed_block",
|
|
|
wagtail.embeds.blocks.EmbedBlock(
|
|
|
- help_text="Insert an embed URL e.g https://www.youtube.com/embed/SGJFWirQ3ks",
|
|
|
+ help_text="Insert an embed URL e.g https://www.youtube.com/watch?v=SGJFWirQ3ks",
|
|
|
icon="fa-s15",
|
|
|
template="blocks/embed_block.html",
|
|
|
),
|
|
@@ -683,7 +683,7 @@ class Migration(migrations.Migration):
|
|
|
(
|
|
|
"embed_block",
|
|
|
wagtail.embeds.blocks.EmbedBlock(
|
|
|
- help_text="Insert an embed URL e.g https://www.youtube.com/embed/SGJFWirQ3ks",
|
|
|
+ help_text="Insert an embed URL e.g https://www.youtube.com/watch?v=SGJFWirQ3ks",
|
|
|
icon="fa-s15",
|
|
|
template="blocks/embed_block.html",
|
|
|
),
|