I tried to add default settings (as mentioned on project page) through settings.php file. The variable was correctly detected by drush vget, but module's UI doesn't display them at all. I tried to clear both Drupal's cache (by drush cc all an Opcache, but it didn't matter. Am I missing something?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | features_banish-2447151-#6.patch | 688 bytes | jonhattan |
Comments
Comment #1
frankcarey commentedThe point of features_banish IS to remove any banished components from the features UI. If you mean that they are not shown in the features_banish UI, then do you have the features patch installed?
Comment #2
frankcarey commentedI think I found the issue based on your description above. I updated the documentation page, but basically I had a typo..
Shouldn't have 'settings' in there, it should just be
Comment #3
frankcarey commentedComment #4
milos.kroulik commentedThanks, I will try it.
Comment #5
jonhattanThis actually doesn't work at all.
Comment #6
jonhattanComment #7
alex.skrypnykPatch #6 works perfectly. Please commit.
Comment #9
frankcarey commentedCommitted to master - Thanks all!