adding assets to config file
This commit is contained in:
parent
2315f5edc3
commit
3b93444690
2 changed files with 7 additions and 3 deletions
|
|
@ -128,7 +128,12 @@ assets = WebGUI::Asset::Snippet, \
|
|||
WebGUI::Asset::Wobject::Product, \
|
||||
WebGUI::Asset::Wobject::SQLReport, \
|
||||
WebGUI::Asset::Wobject::Survey, \
|
||||
WebGUI::Asset::Wobject::WeatherData, \
|
||||
WebGUI::Asset::Wobject::MultiSearch, \
|
||||
WebGUI::Asset::Wobject::StockData, \
|
||||
WebGUI::Asset::Wobject::SyndicatedContent, \
|
||||
WebGUI::Asset::Wobject::InOutBoard, \
|
||||
WebGUI::Asset::File::ZipArchive, \
|
||||
WebGUI::Asset::Wobject::WSClient
|
||||
|
||||
# Specify the list assets that are used for utility purposes only
|
||||
|
|
@ -142,8 +147,7 @@ utilityAssets = WebGUI::Asset::Template, WebGUI::Asset::RichEdit, WebGUI::Asset:
|
|||
# These items are typically not content themselves, but rather
|
||||
# layout mechanisms.
|
||||
|
||||
assetContainers = WebGUI::Asset::Wobject::Layout, \
|
||||
WebGUI::Asset::Wobject::Folder
|
||||
assetContainers = WebGUI::Asset::Wobject::Layout, WebGUI::Asset::Wobject::Folder, WebGUI::Asset::Wobject::Dashboard
|
||||
|
||||
# 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