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 / images-metadata.js

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

33 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const imagesMetadata = [
2 {
3 id: "image-center-text-sides",
4 type: "image",
5 style: ["center-image", "text-sides", "full-width"],
6 description:
7 "Image in the center with text on both sides. Full-width, modern and balanced layout. Perfect for highlighting a key visual with supporting messages.",
8 },
9 {
10 id: "image-left-text-right",
11 type: "image",
12 style: ["left-image", "right-text", "split", "full-width"],
13 description:
14 "Image on the left, text on the right. Clean, split layout. Ideal for product highlights or feature explanations.",
15 },
16 {
17 id: "image-right-text-left",
18 type: "image",
19 style: ["right-image", "left-text", "split", "full-width"],
20 description:
21 "Image on the right, text on the left. Split, full-width design. Great for storytelling or service presentation.",
22 },
23 {
24 id: "image-top-text-bottom",
25 type: "image",
26 style: ["top-image", "bottom-text", "stacked", "full-width"],
27 description:
28 "Image on top, text below. Stacked, full-width layout. Useful for banners or simple visual messages.",
29 },
30 ];
31
32 export default imagesMetadata;
33