Skip to content

Commit

Permalink
feat(slb-495): managed file upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
dspachos committed Nov 26, 2024
1 parent 0a1a38b commit ece18d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function silverback_ai_import_form_node_page_split_form_alter(&$form, FormStateI
'#type' => 'managed_file',
'#title' => t('Select a Microsoft Word file'),
'#description' => t('Select a Microsoft Word document to import content from.'),
// @todo Update this to some private file path, shared with node service.
'#upload_location' => 'public://converted/',
'#multiple' => FALSE,
'#attributes' => [
'class' => ['file--import'],
Expand Down

0 comments on commit ece18d2

Please sign in to comment.