Nils Hörrmann

Results 166 comments of Nils Hörrmann

Are we talking about this: http://symphonyextensions.com/extensions/sections_event/?

What happens if you add `require_once(EXTENSIONS . '/subsectionmanager/extension.driver.php');` right after this line, https://github.com/hananils/subsectionmanager/blob/master/fields/field.subsectionmanager.php#L11?

@steirico, if you'd consider these syntax suggestions it could be interesting to make a clear cut with Kirby 3.6 because the inplementation will have to change fundamentally: you could phase...

Thanks for you feedback! We've got two blueprints, `services` (the list view) and `service` (the page view): ### `services.yml` ```yml title: Wochendienste addFields: title: label: Titel type: text required: false...

Thanks I'll check that out next week.

Skipping in general does work now: there is no dialog shown and the page is created directly. I see an error in console though: ```json { "_name": "NavigationDuplicated", "name": "NavigationDuplicated",...

I still think this is a bug because Kirby is [officially supporting CSS files](https://getkirby.com/docs/guide/content/files#example-page-with-files__supported-file-types), but this can be fixed by specifying the `accept` setting in the related **files** blueprint: ```yml...

I‘m using MAMP. Might that be related?

I'm for deletion as well but like to point out again that the UI should notify the user about the issue: > The panel knows about this without any user...

A comment as a user: ### Regarding options Having index numbers is a great feature when dealing with tabular, spreadsheet-like data. But this section might well be used differently. So...