Image to Post - tag list
This commit is contained in:
parent
df4f2821b2
commit
1520e6cfe3
@ -17,7 +17,7 @@ class TagListConfig
|
||||
public const TYPE_TAGS= "tags";
|
||||
|
||||
public const TYPE_CHOICES = [
|
||||
"Image's tags only" => TagListConfig::TYPE_TAGS,
|
||||
"Post's tags only" => TagListConfig::TYPE_TAGS,
|
||||
"Show related" => TagListConfig::TYPE_RELATED
|
||||
];
|
||||
|
||||
|
@ -143,7 +143,7 @@ class TagList extends Extension
|
||||
$sb->add_choice_option(
|
||||
TagListConfig::IMAGE_TYPE,
|
||||
TagListConfig::TYPE_CHOICES,
|
||||
"Image tag list",
|
||||
"Post tag list",
|
||||
true
|
||||
);
|
||||
$sb->add_choice_option(
|
||||
|
Loading…
x
Reference in New Issue
Block a user