PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.7.10
AI Builder – Generate pages, blocks, images & translate with AI v2.7.10
2.8.0 2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 All 123 releases
ai-builder / assets / JSON-Blocks / blocks-metadatas / paragraphs-metadata.js

paragraphs-metadata.js in AI Builder – Generate pages, blocks, images & translate with AI 2.7.10, at assets/JSON-Blocks/blocks-metadatas/paragraphs-metadata.js

40 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const paragraphsMetadata = [
2 {
3 id: "paragraph-01",
4 type: "paragraph",
5 style: ["modern", "main"],
6 description:
7 "Main paragraph with medium-sized presentation text (18px) and optimal spacing. Dark gray color for excellent readability. Ideal for introductory texts or main descriptions.",
8 },
9 {
10 id: "paragraph-02",
11 type: "paragraph",
12 style: ["accent", "italic"],
13 description:
14 "Accent paragraph in italic with standard size (16px) and airy spacing. Medium gray color for subtle contrast. Perfect for quotes or secondary texts.",
15 },
16 {
17 id: "paragraph-03",
18 type: "paragraph",
19 style: ["feature", "checklist"],
20 description:
21 "Feature paragraph with checkmarks (✓) and double spacing. Dark gray color for good readability. Ideal for feature lists or benefits.",
22 },
23 {
24 id: "paragraph-04",
25 type: "paragraph",
26 style: ["list", "bullets"],
27 description:
28 "Bullet point paragraph (•) with double spacing. Deep blue-gray color for a professional style. Perfect for feature lists or key points.",
29 },
30 {
31 id: "paragraph-05",
32 type: "paragraph",
33 style: ["highlight", "cta"],
34 description:
35 "Highlighted paragraph with emoji, bold text and light gray background. Larger size (20px) and distinctive blue color. Ideal for calls to action or important messages.",
36 },
37 ];
38
39 export default paragraphsMetadata;
40