mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
⚡ Added description and fixed issue with colors (#686)
This commit is contained in:
@@ -177,6 +177,15 @@ export const eventFields = [
|
||||
default: '',
|
||||
description: 'The color of the event.',
|
||||
},
|
||||
{
|
||||
displayName: 'Description',
|
||||
name: 'description',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Guests Can Invite Others',
|
||||
name: 'guestsCanInviteOthers',
|
||||
@@ -858,6 +867,15 @@ export const eventFields = [
|
||||
default: '',
|
||||
description: 'The color of the event.',
|
||||
},
|
||||
{
|
||||
displayName: 'Description',
|
||||
name: 'description',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'End',
|
||||
name: 'end',
|
||||
|
||||
Reference in New Issue
Block a user