#' Make a list for multi-select properties
#'
#' @param category A string
#'
#' @return A list
#' @export
rni_map_multi_select_list <- function(category) {
return(list("name" = category))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.