-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If one creates a classic site and removes the left and right portlets, the portlet exporter doesn't signal that those columns are empty:
This is an example portlets.json file removing the left and right columns, and removing all other footer portlets except the site actions:
[
{
"@id": "http://nohost/Plone",
"UID": "plone_site_root",
"portlets": {
"plone.footerportlets": [
{
"assignment": {
"category": "site_actions",
"default_icon": "action_icon.png",
"ptitle": "site_actions",
"show_icons": false,
"show_title": false
},
"type": "portlets.Actions",
"visible": true
}
]
}
}
]
Thus, if you import the created json files into a site, the default left and right portlets are kept.
Metadata
Metadata
Assignees
Labels
No labels