Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

[Discussion] Some development settings currently not in Drupal debug #81

@FlorentTorregrosa

Description

@FlorentTorregrosa

If this library allows to replace the development.services.yml and development settings in settings.php, here are some options currently not reported. I want to know if it is planned that it will be included in drupal debug. Because I think to widespread the adoption it should be included to offer more options that are currently available.

In https://git.drupalcode.org/project/drupal/blob/8.8.x/sites/development.services.yml:

parameters:
  http.response.debug_cacheability_headers: true

In https://git.drupalcode.org/project/drupal/blob/8.8.x/sites/example.settings.local.php (which in my opinion should be called development.settings.php):

# $settings['cache']['bins']['discovery_migration'] = 'cache.backend.memory';
...
# $settings['extension_discovery_scan_tests'] = TRUE;
...
$settings['rebuild_access'] = TRUE;
...
$settings['skip_permissions_hardening'] = TRUE;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions