- The File and Image assets are now considered utility assets and the default
way to upload files will be through the File Pile. Anyone wishing to make the File and Image assets available as normal assets in the new content menu are still able to do so, and existing sites will be left as they are.
This commit is contained in:
parent
f34ba5b535
commit
68a8c1e949
2 changed files with 9 additions and 4 deletions
|
|
@ -9,6 +9,11 @@
|
|||
and mac users, having only one mouse button, couldn't do it.
|
||||
- Rewrote the asset manager UI to have a little less whiz-bang and a bunch
|
||||
more user friendliness due to user feedback.
|
||||
- The File and Image assets are now considered utility assets and the default
|
||||
way to upload files will be through the File Pile. Anyone wishing to make
|
||||
the File and Image assets available as normal assets in the new content
|
||||
menu are still able to do so, and existing sites will be left as they are.
|
||||
|
||||
|
||||
6.6.3
|
||||
- Fixed a recurring transaction commerce bug.
|
||||
|
|
|
|||
|
|
@ -87,9 +87,7 @@ paymentPlugins = ITransact
|
|||
# Specify a the list of assets you want to appear in your
|
||||
# Add Content menus.
|
||||
|
||||
assets = WebGUI::Asset::File::Image, \
|
||||
WebGUI::Asset::File, \
|
||||
WebGUI::Asset::Snippet, \
|
||||
assets = WebGUI::Asset::Snippet, \
|
||||
WebGUI::Asset::Redirect, \
|
||||
WebGUI::Asset::FilePile, \
|
||||
WebGUI::Asset::Wobject::Article, \
|
||||
|
|
@ -120,7 +118,9 @@ assetContainers = WebGUI::Asset::Wobject::Layout, \
|
|||
# management.
|
||||
|
||||
utilityAssets = WebGUI::Asset::Template, \
|
||||
WebGUI::Asset::RichEdit
|
||||
WebGUI::Asset::RichEdit, \
|
||||
WebGUI::Asset::File::Image, \
|
||||
WebGUI::Asset::File
|
||||
|
||||
# Optionally specify a group id for assets to tell WebGUI what
|
||||
# group a user needs to be part of in order to add that type of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue