Skip to content

Commit

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

| نام ویژگی | توضیح | تولید |
|-----------|------------|-------|
| `هشدار` | | `alert` |
| `تکرار` | | `repeat` |
| `محتوا` | جهت تنظیم یک محتوا به یک دستور می‌باشد. | `content` |
| `نام` | | `name` |
Expand Down
2 changes: 2 additions & 0 deletions src/generated-config/ast_layout_attribute_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_SRC, "SRC", "src", "منبع

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_LABEL, "LABEL", "label", "برچسب", "label", AST_LAYOUT_ATTRIBUTE_FILTER_STRING_ANY, NULL, NULL, AST_LAYOUT_ATTRIBUTE_VALUE_HANDLER_SIMPLE)

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_ALERT, "ALERT", "alert", "هشدار", "alert", AST_LAYOUT_ATTRIBUTE_FILTER_STRING_ANY, NULL, NULL, AST_LAYOUT_ATTRIBUTE_VALUE_HANDLER_SIMPLE)

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_REPEAT, "REPEAT", "repeat", "تکرار", "repeat", AST_LAYOUT_ATTRIBUTE_FILTER_NUMBER, NULL, NULL, AST_LAYOUT_ATTRIBUTE_VALUE_HANDLER_SIMPLE)

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_DIR, "DIR", "dir", "جهت", "dir", AST_LAYOUT_ATTRIBUTE_FILTER_STRING, ast_layout_allowed_dir, NULL, AST_LAYOUT_ATTRIBUTE_VALUE_HANDLER_SIMPLE)
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 @@ -144,7 +144,6 @@ layout_map_entry_t layout_map[] = {






};
Expand Down
1 change: 1 addition & 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,7 @@ 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_ALERT,
AST_LAYOUT_ATTRIBUTE_TYPE_REPEAT,
AST_LAYOUT_ATTRIBUTE_TYPE_CONTENT,
AST_LAYOUT_ATTRIBUTE_TYPE_NAME,
Expand Down

0 comments on commit bf471d2

Please sign in to comment.