Problem/Motivation
Some users want to hide the toolbox from all URLs starts with URL path prefix.
Proposed resolution
We can achieve this by using the wildcard (*). With this patch, the admin visits the setting page`admin/config/fluidui/adminsettings`, and enters the URL path prefix ending with "/*" e.g. /dashboard/* then the toolbox will be hidden for all URLs starts with `/dashboard`.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Handles-the-wildcard-at-the-end-of-the-url.patch | 1.37 KB | ahed91 |
Comments
Comment #3
danrodThanks @ahed91 , commited to the 7.x-2.x branch and created a new release for this: https://www.drupal.org/project/fluidui/releases/7.x-2.2
Comment #4
danrod