Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent fdf7fb73d2
commit e1b78d6f97
3 changed files with 3 additions and 8 deletions

View File

@ -200,13 +200,13 @@
"null": false
},
"marketing_promotion_attr_type_required": {
"description": "Every promotion must have this attribute type if set to true.",
"comment": "Every promotion must have this attribute type if set to true.",
"name": "marketing_promotion_attr_type_required",
"type": "TINYINT(1)",
"null": false
},
"marketing_promotion_attr_type_pattern": {
"description": "This is a regex validation pattern.",
"comment": "This is a regex validation pattern.",
"name": "marketing_promotion_attr_type_pattern",
"type": "VARCHAR(255)",
"null": false

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/Marketing/Docs/Dev/img/er.png)

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "Marketing module.",
"directory": "Marketing",