Closed (fixed)
Project:
IMCE
Version:
8.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2019 at 15:14 UTC
Updated:
16 Apr 2020 at 20:14 UTC
Jump to comment: Most recent
Comments
Comment #2
thallesYou can get the values based on the settings form to overhide IMCE settings like:
sites/default/settings.php
But, I do not like this solution, because, the form show an information, but another will be run
However in Drupal 8 this not will be reflected in IMCE form, but if you show the global settings with:
\Drupal::config('imce.settings')->get('abs_urls')you will see this settings
See: Configuration override system
Comment #3
thallesComment #4
thalles