Browse
For agents
About
AI Builder – Generate pages, blocks, images & translate with AI
/
2.7.10
AI Builder – Generate pages, blocks, images & translate with AI
v2.7.10
Switch version
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
Overview
Code
ai-builder
/
assets
/
JSON-Blocks
/
blocks-metadatas
/
cards-metadata.js
cards-metadata.js
in AI Builder – Generate pages, blocks, images & translate with AI 2.7.10, at assets/JSON-Blocks/blocks-metadatas/cards-metadata.js
12 lines
414 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
const
cardsMetadata
=
[
2
{
3
id
:
"
card-01
"
,
4
type
:
"
cards
"
,
5
style
:
[
"
three-columns
"
,
"
feature-cards
"
]
,
6
description
:
7
"
Three-column card section with optimized spacing. Each card features a dark blue italic title, detailed description, and orange action button. Modern design with refined typography. Perfect for showcasing key features or main services.
"
,
8
}
,
9
]
;
10
11
export
default
cardsMetadata
;
12