Image to Post - tag list

This commit is contained in:
Matthew Barbour 2020-10-26 10:20:59 -05:00
parent df4f2821b2
commit 1520e6cfe3
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class TagListConfig
public const TYPE_TAGS= "tags"; public const TYPE_TAGS= "tags";
public const TYPE_CHOICES = [ public const TYPE_CHOICES = [
"Image's tags only" => TagListConfig::TYPE_TAGS, "Post's tags only" => TagListConfig::TYPE_TAGS,
"Show related" => TagListConfig::TYPE_RELATED "Show related" => TagListConfig::TYPE_RELATED
]; ];

View File

@ -143,7 +143,7 @@ class TagList extends Extension
$sb->add_choice_option( $sb->add_choice_option(
TagListConfig::IMAGE_TYPE, TagListConfig::IMAGE_TYPE,
TagListConfig::TYPE_CHOICES, TagListConfig::TYPE_CHOICES,
"Image tag list", "Post tag list",
true true
); );
$sb->add_choice_option( $sb->add_choice_option(