From 83e830624fa244d911c81729a30a15e15dca3cc9 Mon Sep 17 00:00:00 2001 From: "chia-lin.lin" Date: Tue, 7 Nov 2023 00:52:29 +0100 Subject: [PATCH] Update index.mdx --- .../guides/designer/components/fields/types/index.mdx | 3 +++ docs/labimotion/guides/designer/components/layers/index.mdx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/labimotion/guides/designer/components/fields/types/index.mdx b/docs/labimotion/guides/designer/components/fields/types/index.mdx index 5bd5d786..f8c445c8 100644 --- a/docs/labimotion/guides/designer/components/fields/types/index.mdx +++ b/docs/labimotion/guides/designer/components/fields/types/index.mdx @@ -4,6 +4,9 @@ author: Claire Lin sidebar_position: 2 --- import DocCardList from '@theme/DocCardList'; +import { Reader } from '@site/src/js/layout'; + + The **Type** of a field refers to the category or format of data that a particular field can store or represent. It defines the nature of the information that can be input or stored within that field. diff --git a/docs/labimotion/guides/designer/components/layers/index.mdx b/docs/labimotion/guides/designer/components/layers/index.mdx index 8b9afde0..e99e7ae4 100644 --- a/docs/labimotion/guides/designer/components/layers/index.mdx +++ b/docs/labimotion/guides/designer/components/layers/index.mdx @@ -3,6 +3,9 @@ title: Layers author: Claire Lin sidebar_position: 1 --- +import { Reader } from '@site/src/js/layout'; + + A **Layer** in LabIMotion denotes a distinct level or stratum within a template. It serves as a foundational building block, organizing and compartmentalizing various aspects of data and functionality. Each layer holds specific operations, visual representations, or functional components that contribute to the overall structure and behavior of the template.