expose ticker taxonomy to API and add select element to Gutenberg block

This is more handy than entering the ticker slug manually.
This commit is contained in:
2019-11-24 10:48:27 +01:00
parent acf3b010f1
commit df1de841e8
2 changed files with 101 additions and 9 deletions

View File

@ -133,6 +133,7 @@ class SCLiveticker {
'show_ui' => true,
'show_admin_column' => true,
'query_var' => true,
'show_in_rest' => true,
)
);