mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
11 lines
268 B
JavaScript
Executable File
11 lines
268 B
JavaScript
Executable File
export default {
|
|
name: "Badge",
|
|
collection: "badges",
|
|
schema: {
|
|
name: { type: String, required: true },
|
|
label: { type: String },
|
|
description: { type: String },
|
|
icon: { type: String },
|
|
color: { type: String },
|
|
}
|
|
} |