Image to Post - link

This commit is contained in:
Matthew Barbour
2020-10-26 10:16:45 -05:00
parent 708acd461c
commit 64649133e2
4 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ class LinkImage extends Extension
public function onSetupBuilding(SetupBuildingEvent $event)
{
$sb = new SetupBlock("Link to Image");
$sb = new SetupBlock("Link to Post");
$sb->add_text_option("ext_link-img_text-link_format", "Text Link Format: ");
$event->panel->add_block($sb);
}