File tree 1 file changed +9
-1
lines changed
client/packages/lowcoder-comps/src/comps/calendarComp
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,10 @@ const childrenMap = {
82
82
dayMaxEvents : withDefault ( NumberControl , 2 ) ,
83
83
eventMaxStack : withDefault ( NumberControl , 0 ) ,
84
84
style : styleControl ( CalendarStyle ) ,
85
- licenceKey : withDefault ( StringControl , "" ) ,
85
+ licenceKey : withDefault (
86
+ StringControl ,
87
+ "CC-Attribution-NonCommercial-NoDerivatives"
88
+ ) ,
86
89
} ;
87
90
88
91
let CalendarBasicComp = ( function ( ) {
@@ -349,6 +352,9 @@ let CalendarBasicComp = (function () {
349
352
interactionPlugin ,
350
353
listPlugin ,
351
354
momentPlugin ,
355
+ resourceTimelinePlugin ,
356
+ resourceTimeGridPlugin ,
357
+ adaptivePlugin ,
352
358
] ;
353
359
const filteredPlugins = plugins . filter ( ( plugin ) => {
354
360
if ( licenceKey === "" ) {
@@ -361,6 +367,8 @@ let CalendarBasicComp = (function () {
361
367
return true ;
362
368
}
363
369
} ) ;
370
+ console . log ( filteredPlugins ) ;
371
+
364
372
return (
365
373
< Wrapper
366
374
ref = { ref }
You can’t perform that action at this time.
0 commit comments