Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Feb 12, 2025
1 parent bf471d2 commit 80a9665
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/yaml/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@

| نام ویژگی | توضیح | تولید |
|-----------|------------|-------|
| `کلاس` | ویژگی کلاس جهت تنظیم نام کلاس برای یک دستور می‌باشد. | `class` |
| `شناسه` | ویژگی شناسه جهت تنظیم شناسه برای یک دستور می‌باشد. | `id` |
| `هشدار` | | `alert` |
| `تکرار` | | `repeat` |
| `محتوا` | جهت تنظیم یک محتوا به یک دستور می‌باشد. | `content` |
Expand Down
2 changes: 2 additions & 0 deletions config/yaml/layout/type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ items:
fa:
- دکمه
attributes:
- AST_LAYOUT_ATTRIBUTE_TYPE_CLASS
- AST_LAYOUT_ATTRIBUTE_TYPE_ID
- AST_LAYOUT_ATTRIBUTE_TYPE_ALERT
- AST_LAYOUT_ATTRIBUTE_TYPE_REPEAT
- AST_LAYOUT_ATTRIBUTE_TYPE_CONTENT
Expand Down
1 change: 0 additions & 1 deletion src/generated-config/ast_layout_type_attributes_all.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ layout_map_entry_t layout_map[] = {






};
Expand Down
2 changes: 2 additions & 0 deletions src/generated-config/ast_layout_type_attributes_values.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ast_layout_attribute_type_t valid_attributes_paragraph[] = {
const size_t valid_attributes_paragraph_length = sizeof(valid_attributes_paragraph) / sizeof(valid_attributes_paragraph[0]);

ast_layout_attribute_type_t valid_attributes_button[] = {
AST_LAYOUT_ATTRIBUTE_TYPE_CLASS,
AST_LAYOUT_ATTRIBUTE_TYPE_ID,
AST_LAYOUT_ATTRIBUTE_TYPE_ALERT,
AST_LAYOUT_ATTRIBUTE_TYPE_REPEAT,
AST_LAYOUT_ATTRIBUTE_TYPE_CONTENT,
Expand Down

0 comments on commit 80a9665

Please sign in to comment.