Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Nov 19, 2024
1 parent 96db820 commit ebf925f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/views/metadata_editor/index_vuetify.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ function get_template_keys($items,&$output)
if (isset($item['items'])){
get_template_keys($item['items'],$output);
}
if (!isset($item['type'])){
$item['type']='string';
}
if (isset($item['key']) && $item['type']!='section' ){
$output[]=$item['key'];
}
Expand Down

0 comments on commit ebf925f

Please sign in to comment.