Skip to content

Commit

Permalink
download into it's own drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Nov 4, 2022
1 parent 68a88ad commit bfe0283
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Blocks/EmbedEEAVisualization/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ const Schema = (props) => {
{
id: 'default',
title: 'Default',
fields: ['vis_url', 'height', 'hover_format_xy', 'show_sources'],
},
{
id: 'download',
title: 'Download',
fields: [
'vis_url',
'height',
'hover_format_xy',
'show_sources',
'download_button',
...(props.data.download_button
? ['include_core_metadata_download']
Expand Down

0 comments on commit bfe0283

Please sign in to comment.