search
User
arrow_back

Text

ข้อความ (Text) — Content

info ข้อมูลโมดูล

Module Code

Text

หมวดหมู่

Content

ประเภท

core

เวอร์ชัน

1.0.0

คำอธิบาย

ข้อความ พร้อม rich text editor

Schema Props

{
    "text": {
        "type": "text",
        "default": "ข้อความตัวอย่าง",
        "label": "ข้อความ"
    },
    "fontSize": {
        "type": "number",
        "default": 16,
        "label": "ขนาดตัวอักษร (px)"
    },
    "fontWeight": {
        "type": "select",
        "default": "400",
        "options": [
            "300",
            "400",
            "500",
            "600",
            "700"
        ],
        "label": "น้ำหนักตัวอักษร"
    },
    "textAlign": {
        "type": "select",
        "default": "left",
        "options": [
            "left",
            "center",
            "right"
        ],
        "label": "จัดแนวข้อความ"
    },
    "color": {
        "type": "color",
        "default": "#1e293b",
        "label": "สีตัวอักษร"
    }
}

sticky_note_2 AI Training Notes — Admin อธิบายเพิ่มเติมให้ AI เรียนรู้

psychology

ยังไม่มีผลรีวิวจาก AI

กดปุ่ม "ให้ AI รีวิว" ด้านบนเพื่อให้ AI วิเคราะห์โมดูลนี้