Skip to content

Conversation

mcg-web
Copy link
Contributor

@mcg-web mcg-web commented Sep 26, 2017

Q A
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Documented? yes
Fixed tickets #192
License MIT
  • Add ability to disabled/enabled types config files auto discover from root dir config and bundles config
overblog_graphql:
   definitions:
       mappings:
           # disabling all auto discover
           auto_discover: false
           # or to disable just bundles
           #auto_discover:
           #    bundles: false
           #    root_dir: true
  • Add suffix to override default types file suffix
overblog_graphql:
   definitions:
       mappings:
           types:
               -
                   type: yaml # or xml or null
                   dir: "%kernel.root_dir%/.../mapping"
                   suffix: _types

@mcg-web mcg-web force-pushed the auto_discover_settings branch from 5b0d78f to 4d950af Compare September 27, 2017 08:41
@mcg-web mcg-web merged commit 58ee021 into overblog:master Sep 27, 2017
@mcg-web mcg-web deleted the auto_discover_settings branch September 27, 2017 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants