Template.json
Complete Schema
{
"template": {
"name": "my-theme",
"description": "A beautiful custom theme for PteroCA",
"author": "Your Name",
"version": "1.0.0",
"license": "MIT",
"pterocaVersion": "0.6.3",
"phpVersion": ">=8.2",
"contexts": ["panel", "landing", "email"],
"options": {
"supportDarkMode": true,
"supportCustomColors": true
}
}
}Field Descriptions
Required Fields
Optional Fields
Example template.json
Minimal Example
Complete Example with Options
Version Constraints
PHP Version
PteroCA Version
Theme Options
supportDarkMode
supportCustomColors
Context Configuration
Context Options
Context Best Practices
Multi-Context Theme Example
Context-Specific Theme Example
Validation
Common Errors
Invalid JSON
Name Mismatch
Version Format
Related Guides
Last updated