-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
One issue I had with calendar_item_details and the current event dialog is that it is hard to mimic the column layout without knowing what the column width is. I'm wondering if we should have a more granular item details approach where multiple frames are possible.
"calendar_item_details": [
{
"default_title": "__MSG_gdata_conference__",
"default_panel": "/content/conference_panel.html",
"default_icon": {
"16": "/content/new-event-dialog-only/conference.svg"
},
"after": "location"
},
{
"default_title": "__MSG_gdata_eventtype__",
"default_panel": "/content/eventtype_panel.html",
"default_icon": {
"16": "/content/new-event-dialog-only/event-type-default.svg"
},
"after": null
},
{
"default_title": "__MSG_gdata_whatever_tab__",
"default_panel": "/content/tab.html",
"default_icon": {
"16": "/content/event_tab.svg"
},
"default_area": "tab"
},
],Metadata
Metadata
Assignees
Labels
No labels