assets_excluded_dirs, editable_assets_filetypes

pscpsc
edited December 2010 in Bug Reports
From a separate discussion, quote:

With regards to being able to upload changes to the CSS, there currently is no CSS editor but you should be able to upload a new one if you make a couple changes in your fuel/application/config/MY_fuel.php settings:

1. Copy over
$config['assets_excluded_dirs']
from the fuel/modules/fuel/config/fuel.php file and add it to your MY_fuel.php page. Then in that setting remove "css" from the array
2. Do the same thing for
$config['editable_asset_filetypes']
but in this case add 'css' => 'css' to the setting

SO I've made this change but now when I browse the images/ asset directory from the admin cp, I get all the css files but none of the top-level images from assets/images

Comments

Sign In or Register to comment.