Cell Import Default Range
Release 2.14.5+
Set the default cell range used when no range is specified during cell import. Default: { startCell: 'A1', endCell: 'Z100' }.
// synapeditor.config.js
{
'editor.import.defaultArea.cell': { startCell: 'A1', endCell: 'Z100' }
}
When the user does not provide a cell range, the editor imports the range configured here.
{
'editor.import.defaultArea.cell': { startCell: 'B1', endCell: 'Z50' }
}
