Tommy Ekstrand

Results 26 comments of Tommy Ekstrand

~We've got `'useProjectConfigFile' => false,` in our config file and no `config/project` directory present.~ We have the writing of the project config file disabled with the following: ``` 'projectConfig' =>...

>Why not just use 'false'? I don't follow, just use `false` where? As far as I can tell from docs setting `writeYamlAutomatically` is as close as you can get to...

All good, my head is spinning trying to keep track of all that. Yes, that is what we have in config/app.php No reference to `migration-assistant/services` in the logs. Neo is...

```php Event::on(Fields::class, Fields::EVENT_BEFORE_IMPORT_ELEMENT, function(ImportEvent $event) { if ($event->element instanceof NeoField) { $element = $event->element; $fieldId = $element->id; $blockTypes = $element->getBlockTypes(); $groups = $element->getGroups(); if (count($blockTypes) > 0) { $blockTypes =...

Any solutions found for this?