From: soufiane Date: Wed, 14 Feb 2024 13:17:07 +0000 (+0100) Subject: wait #6717 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d7ac7161172ee79dd101d24c4f1026bb8c327179;p=fluidbook-toolbox.git wait #6717 --- diff --git a/app/Console/Commands/FluidbookSettingsExport.php b/app/Console/Commands/FluidbookSettingsExport.php index ca1f787cb..4d3c566a5 100644 --- a/app/Console/Commands/FluidbookSettingsExport.php +++ b/app/Console/Commands/FluidbookSettingsExport.php @@ -52,12 +52,10 @@ class FluidbookSettingsExport extends ToolboxCommand return $i->getFields(); })->toArray(); - $field = []; - $field['#'] = [ - 'type' => 'noteditable', - 'editable' => false - ]; + //$editable = ['type' => 'text', 'editable' => true]; + $noteditable = ['type' => 'noteditable', 'editable' => false]; + $field = ['#' => $noteditable]; foreach ($fields as $key => $f) { foreach ($f as $k => $g) { $name = $g->getAttribute('name');