From 4c37df12deed89ff3b0305f4bd64b5990119c75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge-Mikael=20Nordg=C3=A5rd?= Date: Tue, 6 May 2025 22:27:33 +0200 Subject: [PATCH] Update Architecture and structure of the page components (blocks) --- ...tecture-and-structure-of-the-page-components-%28blocks%29.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture-and-structure-of-the-page-components-%28blocks%29.md b/Architecture-and-structure-of-the-page-components-%28blocks%29.md index e439211..47303a5 100644 --- a/Architecture-and-structure-of-the-page-components-%28blocks%29.md +++ b/Architecture-and-structure-of-the-page-components-%28blocks%29.md @@ -54,7 +54,7 @@ All vue files under `resources/js/components/Blocks//` are the a * A vue file for rendering the look of the component on the page builder (.vue) * A vue file for rendering the look of the component on the actual page (Rendered.vue) -* A vue file for rendering the form fields the author of the page uses to fill out and manipulate component block data (for instance, title, text, button text, button type, size, etc. Everything you can think off) that will pop up in the left drawer, when the user clicks the cogwheel button (Options.vue>) +* A vue file for rendering the form fields the author of the page uses to fill out and manipulate component block data (for instance, title, text, button text, button type, size, etc. Everything you can think off) that will pop up in the left drawer, when the user clicks the cogwheel button (Options.vue) ### block.js - definition file