# details_on_create

### Description

@short: 'says' to open the lightbox while creating new events by clicking the '+' button

@signature: details_on_create: boolean

### Example

~~~jsx
gantt.config.details_on_create = true;
gantt.init("gantt_here");
~~~

**Default value:** true
