Arastta got support for adding layouts and settings through json files quite some time ago, but sadly the documentation for this is missing, so people most likely don't know about those cool features.
I'm trying to figure out what it can do beyond what's done in the Second theme, have figured out some parts of it, but have no idea how flexible / advanced it really is.
T.ex. if it's possible to arrange settings into tabs, or if it only supports sections.
And if it's possible to add a textarea supporting t.ex. html/php code.
Etc. etc.
I'm trying to figure out what it can do beyond what's done in the Second theme, have figured out some parts of it, but have no idea how flexible / advanced it really is.
T.ex. if it's possible to arrange settings into tabs, or if it only supports sections.
And if it's possible to add a textarea supporting t.ex. html/php code.
Etc. etc.
{
"footer": {
"title": "Footer",
"element": {
"element-1": {
"type": "textarea",
"label": "Custom footer",
"name": "custom"
},
"element-2": {
"type": "select",
"label": "Display copyright",
"name": "copyright",
"option": {
"1": "Yes",
"0": "No"
},
"attribute": {
"value": "1"
}
}
}
}
}
In Themes
Share this post:
Responses (1)
-
Accepted Answer
Nobody knowing the theme system?
PS! This isn't displayed, is it a bug, or what is it for?
https://github.com/arastta/arastta/blob/88e8b0dbbff17f888ef529dc7e501de8593b6e43/admin/controller/appearance/customizer.php#l143-l148
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »