macro_rules! rumtk_web_get_config_section {
( $conf:expr, $item:expr ) => { ... };
}Expand description
Retrieve a configuration (AppConf) item. These are strings driven by the app designer’s generated configuration. Unlike rumtk_web_get_config_string, the item retrieved here is separate from the strings section.