Bug #58744

Can not split configuration in settings.yaml

Added by DANIEL Rémy about 1 year ago. Updated about 1 year ago.

Status:New Start date:2014-05-13
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

Hi

I don't know if this is a bug. If not, please close this ticket.

I tried to organize a little my settings.yaml by grouping some parts of the configuration into main entries.
But, then I noticed that "excludeClasses" were not anymore taken into account by the reflection service.
TYPO3.Flow's sub-entries were totaly empty.

TYPO3:
  Flow:
    object:
      excludeClasses:
       'gedmo.doctrineextensions': ['.*']

TYPO3:
  Flow:
    persistence:
      doctrine:
        filters:
          soft-deletable: 'Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter'
        eventListeners:
          -
            events: ['onFlush', 'loadClassMetadata']
            listener: 'Gedmo\SoftDeleteable\SoftDeleteableListener'

I think we cannot have, in the same yaml file, multiple occurrences of the same key, isn't it?

History

#1 Updated by Stephen Bungert about 1 year ago

I think this would be useful

Also available in: Atom PDF