LOG_CHANNEL=stack
APP_LOG=daily
LOG_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/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
+SLACK_BOT_TOKEN=xoxb-12192359685-3923048219394-EXUQIBSc3VTO6RKr3Plrn1um
DB_CONNECTION=mysql
DB_HOST=fluidbook-toolbox-dev-mariadb
SCORM_CLOUD_APP_ID=VAAROP2RFR
SCORM_CLOUD_SECRET_KEY=7PHpD9pQk4aIjUnlKgF8s89CGlhkIucZHJ3zMXuQ
-SLACK_BOT_TOKEN=xoxb-12192359685-3923048219394-EXUQIBSc3VTO6RKr3Plrn1um
-
BACKPACK_LOCALES=en,fr
TIMEZONE=Europe/Paris
use Cubist\Backpack\Magic\Fields\SelectFromModel;
use Cubist\Util\CommandLine;
use Cubist\Util\CommandLine\Imagemagick\Ico;
+
// __('!!Paramètres des thèmes')
class FluidbookTheme extends ToolboxSettingsModel
{
$this->addOwnerField();
$this->addField('name', 'Text', __('Nom'), ['column' => true]);
- $this->addField('preview', 'NoValue', __('Preview'), ['column' => true, 'column_type' => 'model_function', 'column_function_name' => 'getPreviewImage', 'column_limit' => -1]);
+ $this->addField('preview', 'NoValue', __('Preview'), ['column_escape' => false, 'column' => true, 'column_type' => 'model_function', 'column_function_name' => 'getPreviewImage', 'column_limit' => -1]);
$this->setSettingsFields();
}
// ----
// Project name. Shown in the window title.
- 'project_name' => 'Fluidbook Toolbox',
+ 'project_name' => env('APP_NAME'),
// When clicking on the admin panel's top-left logo/name,
// where should the user be redirected?