I thought I'd install BCMS and use it for learning the Content Repository service. I put the bcms directory from /contrib into the packages directory and installed it using the package manager.
In index.tcl, I changed:
set cr_folder_root [bcms::get_cr_folder_root]
to:
set cr_folder_root [bcms::folder::get_cr_root_folder]
Then I tried to view 'index' but [parameter::get -parameter bcms_root] returns nothing (maybe because the parameter is not configured)
On the other hand. the bcds package installed three parameters (bcms_root_folder_id, root_folder_id, context). How does it do this? on which file?
How does a package install parameters? File bcms.info does not specify any parameters.
Request notifications