-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ac5cdc
commit 93a6ad9
Showing
30 changed files
with
774 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"format": "custom", | ||
"id": "sponsors", | ||
"label": "Sponsors", | ||
"repeatable": false, | ||
"status": true, | ||
"json": { | ||
"Main": { | ||
"sponsors": { | ||
"type": "Group", | ||
"config": { | ||
"label": "Sponsors", | ||
"repeat": true, | ||
"fields": { | ||
"name": { | ||
"type": "Text", | ||
"config": { | ||
"label": "Name", | ||
"placeholder": "" | ||
} | ||
}, | ||
"highlight": { | ||
"type": "Boolean", | ||
"config": { | ||
"label": "Highlight", | ||
"default_value": false, | ||
"placeholder_true": "true", | ||
"placeholder_false": "false" | ||
} | ||
}, | ||
"category": { | ||
"type": "Select", | ||
"config": { | ||
"label": "Category", | ||
"placeholder": "", | ||
"options": [ | ||
"TUDSaT Sponsors", | ||
"TRACE Prime Sponsor", | ||
"TRACE Sponsors", | ||
"RAPID Prime Sponsor", | ||
"RAPID Sponsors" | ||
], | ||
"default_value": "TUDSaT Sponsors" | ||
} | ||
}, | ||
"logo": { | ||
"type": "Image", | ||
"config": { | ||
"label": "Logo", | ||
"constraint": {}, | ||
"thumbnails": [] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.