Fixed #3827 - FullCalendar: Deprecated component

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-31 17:24:17 +03:00
parent ac87f9a5d5
commit 977a6b560f
8 changed files with 789 additions and 1157 deletions

View file

@ -1,22 +0,0 @@
const FullCalendarProps = [
{
name: 'events',
type: 'array',
default: 'null',
description: 'An array of events to display.'
},
{
name: 'options',
type: 'object',
default: 'null',
description: 'A configuration object to define properties of FullCalendar.'
}
];
module.exports = {
fullcalendar: {
name: 'FullCalendar',
description: 'An event calendar based on the FullCalendar library.',
props: FullCalendarProps
}
};