Datetimepicker extension -> Advanced -> Fields -> Options is truncated if JSON too long

PHPMaker v2026.7

In Datetimepicker extension, when I try to paste the following Options, it was truncated. In v2025 there is no truncation.

{ "allowInputToggle": true, "debug": false, "display": { "sideBySide": true, "calendarWeeks": true, "viewMode": "calendar", "toolbarPlacement": "bottom", "keepOpen": false, "buttons": { "today": true, "clear": true, "close": true }, "components": { "calendar": true, "date": true, "month": true, "year": true, "decades": false, "clock": true, "hours": true, "minutes": true, "seconds": false, "useTwentyfourHour": false }, "inline": false, "theme": "auto" }, "keepInvalid": false, "promptTimeOnDateChange": false, "promptTimeOnDateChangeTransitionDelay": 200, "stepping": 1, "restrictions": { "daysOfWeekDisabled": [0,6], "minDate": "" }, "localization": { "locale": "en-US", "format": "dd-MM-yyyy HH:mm" } }

How is it "truncated"?

When I paste the string in it, it is not complete as below. If this happen, the code won’t be generated.

If I remove some of the options so it can be shorter and paste it, and from this screen can see the closing curly bracket, then the code can be generated.

In v2025, do not have this limitation.

Try v2026.8.