benjaminpalko/strapi/src/components/shared/thing-i-do.json
Benjamin Palko 6fa049504b
All checks were successful
Deployment / Deploy website (push) Successful in 2m57s
Deployment / Deploy strapi (push) Successful in 2m54s
add more strapi shit
2025-05-12 18:12:24 -04:00

17 lines
255 B
JSON

{
"collectionName": "components_shared_thing_i_dos",
"info": {
"displayName": "Thing I Do",
"icon": "walk",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
}
}
}