Files
Wordpress-Snippets/modal-theme-part/theme-part.json
2024-11-08 01:23:42 +00:00

16 lines
292 B
JSON

{
"version": 2,
"settings": {
"custom": {
"themeParts": {
"popup": {
"title": "Popup",
"description": "A custom modal popup that can be used across the site.",
"category": "widgets",
"area": "header"
}
}
}
}
}