From cda9c115283be8e4e224f6036ba07e5eca243289 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 31 Mar 2021 17:37:40 +0200 Subject: refactor tile forms into own files. add full-width marquee support --- frontend/app/views/tile/forms/index.js | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 frontend/app/views/tile/forms/index.js (limited to 'frontend/app/views/tile/forms/index.js') diff --git a/frontend/app/views/tile/forms/index.js b/frontend/app/views/tile/forms/index.js new file mode 100644 index 0000000..8225365 --- /dev/null +++ b/frontend/app/views/tile/forms/index.js @@ -0,0 +1,29 @@ +import { TILE_CONSTRUCTORS } from './tile.constructors' + +import TileImageForm from './tile.form.element.image' +import TileLinkForm from './tile.form.element.link' +import TileTextForm from './tile.form.element.text' +import TileGradientForm from './tile.form.element.gradient' +import TileScriptForm from './tile.form.element.script' +import TileVideoForm from './tile.form.element.video' + +import TileHyperlinkForm from './tile.form.hyperlink' +import TileMiscForm from './tile.form.misc' +import TileSoundForm from './tile.form.sound' +import TileTypeForm from './tile.form.type' + +export { + TILE_CONSTRUCTORS, + + TileImageForm, + TileLinkForm, + TileTextForm, + TileGradientForm, + TileScriptForm, + TileVideoForm, + + TileHyperlinkForm, + TileMiscForm, + TileSoundForm, + TileTypeForm, +} -- cgit v1.2.3-70-g09d2