Closed (works as designed)
Project:
Fusion Accelerator
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
24 Nov 2012 at 13:47 UTC
Updated:
12 Feb 2013 at 17:40 UTC
I have created a custom 19 column grid and this works fine.
But I don't want the default "Width (16 column grid)" and "Width (12 column grid)" options to still be available in my "Apply skins" block settings.
How can I remove them?
Comments
Comment #1
webkenny commentedThis is actually a function of Fusion Accelerator but it's implementing a version of it in Fusion Core. If you look in the skins directory you will see a core.inc file which has the following code:
So one could easily reimplement the function as THEMENAME_fusion_apply_skin_core_info() and do whatever overrides are necessary. See fusion_apply.api.php in the Fusion Accelerator module's fusion_apply submodule.
(Also moving this to that queue)
Comment #2
leo pitt commentedThanks,
In the end I found a different solution: Visited the Fusion Accelerator "Applied skins" (/admin/appearance/fusion), and deleting the unwanted items from the list.
Comment #3
webkenny commentedGreat. Marking closed.