From 2e57ed066a139048ba9b0925d9acc12ef7a1a190 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 17 May 2022 19:44:49 +0200 Subject: [PATCH] wip #4211 @1 --- .idea/workspace.xml | 33 +- app/Jobs/LegacyBookSettingsGenerate.php | 68 + app/Models/FluidbookPublication.php | 2770 +----------------- app/Models/Traits/PublicationSettings.php | 3131 +++++++++++++++++++++ 4 files changed, 3229 insertions(+), 2773 deletions(-) create mode 100644 app/Jobs/LegacyBookSettingsGenerate.php create mode 100644 app/Models/Traits/PublicationSettings.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index abbc08507..821b5cb70 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,13 +22,11 @@