Skip to content

Commit

Permalink
add json files
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 9, 2025
1 parent 602274a commit 329bccc
Show file tree
Hide file tree
Showing 18 changed files with 298 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/tags/dd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_DD",
"is_mother": true,
"generate_name": "dd",
"text": {
"EN": [
"dd"
],
"FA": [
"دی دی"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/dl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_DL",
"is_mother": true,
"generate_name": "dl",
"text": {
"EN": [
"dl"
],
"FA": [
"لیست دی"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/dt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_DT",
"is_mother": true,
"generate_name": "dt",
"text": {
"EN": [
"dt"
],
"FA": [
"دی تی"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/em.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_EM",
"is_mother": true,
"generate_name": "em",
"text": {
"EN": [
"em"
],
"FA": [
"ای ام"
]
},
"attributes": []
}
60 changes: 60 additions & 0 deletions build/tags/fieldset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"id": "AST_LAYOUT_TYPE_FIELDSET",
"is_mother": true,
"generate_name": "fieldset",
"text": {
"EN": [
"fieldset"
],
"FA": [
"فیلد ست"
]
},
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_DISABLED",
"generate_name": "disabled",
"type": "AST_TYPE_BOOLEAN",
"text": {
"EN": [
"disabled"
],
"FA": [
"غیرفعال"
]
},
"is_required": false,
"reserved_values": []
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_FORM",
"generate_name": "form",
"type": "AST_TYPE_ANY",
"text": {
"EN": [
"form"
],
"FA": [
"فرم"
]
},
"is_required": false,
"reserved_values": []
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_NAME",
"generate_name": "name",
"type": "AST_TYPE_ANY",
"text": {
"EN": [
"name"
],
"FA": [
"نام"
]
},
"is_required": false,
"reserved_values": []
}
]
}
14 changes: 14 additions & 0 deletions build/tags/figcaption.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_FIGCAPTION",
"is_mother": true,
"generate_name": "figcaption",
"text": {
"EN": [
"figcaption"
],
"FA": [
"فیگ کپشن"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/figure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_FIGURE",
"is_mother": true,
"generate_name": "figure",
"text": {
"EN": [
"figure"
],
"FA": [
"فیگور"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/footer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_FOOTER",
"is_mother": true,
"generate_name": "footer",
"text": {
"EN": [
"footer"
],
"FA": [
"فوتر"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/h1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_H1",
"is_mother": true,
"generate_name": "h1",
"text": {
"EN": [
"h1"
],
"FA": [
"هدینگ 1"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/h2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_H2",
"is_mother": true,
"generate_name": "h2",
"text": {
"EN": [
"h2"
],
"FA": [
"هدینگ 2"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/h3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_H3",
"is_mother": true,
"generate_name": "h3",
"text": {
"EN": [
"h3"
],
"FA": [
"هدینگ 3"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/h4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_H4",
"is_mother": true,
"generate_name": "h4",
"text": {
"EN": [
"h4"
],
"FA": [
"هدینگ 4"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/h5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_H5",
"is_mother": true,
"generate_name": "h5",
"text": {
"EN": [
"h5"
],
"FA": [
"هدینگ 5"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/h6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_H6",
"is_mother": true,
"generate_name": "h6",
"text": {
"EN": [
"h6"
],
"FA": [
"هدینگ 6"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/header.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_HEADER",
"is_mother": true,
"generate_name": "header",
"text": {
"EN": [
"header"
],
"FA": [
"هدر"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/hgroup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_HGROUP",
"is_mother": true,
"generate_name": "hgroup",
"text": {
"EN": [
"hgroup"
],
"FA": [
"هدر گروه"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/hr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_HR",
"is_mother": true,
"generate_name": "hr",
"text": {
"EN": [
"hr"
],
"FA": [
"خط"
]
},
"attributes": []
}
14 changes: 14 additions & 0 deletions build/tags/i.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "AST_LAYOUT_TYPE_I",
"is_mother": true,
"generate_name": "i",
"text": {
"EN": [
"i"
],
"FA": [
"ایتالیک"
]
},
"attributes": []
}

0 comments on commit 329bccc

Please sign in to comment.