From 34e5d40cae28e2914cfeab7a08c9c99526e70894 Mon Sep 17 00:00:00 2001 From: Possible Date: Thu, 3 Apr 2025 17:15:10 +0100 Subject: [PATCH] Update --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615c01e..d8d9d85 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,13 @@ ## Dock Data - **Dock Data** is the collection of all the docks information - - docks is as follows: { - itemName: activeDockCategory (ROLL-IN, FLOATING, SECTIONAL, WEDGES, RAMPS, BOAT LIFTS (2 CYLINDER), BOAT LIFTS (4 CYLINDER), ACCESSORIES) + + - docks is as follows: > + + ``` + { + itemName: activeDockCategory -> (ROLL-IN, FLOATING, SECTIONAL, WEDGES, RAMPS, BOAT LIFTS (2 CYLINDER), BOAT LIFTS (4 CYLINDER), ACCESSORIES), + image: dock?.image, category: category, length: dock?.length, @@ -55,6 +60,8 @@ thumbnail: dock?.thumbnail, weight_capacity: dock?.weight_capacity }; + ``` + - this information is to be attached to every dock that is added into the canvas editor as `dockData` #### The Issues Are Listed Below