From 2c0ef9d3f4791c871770ac6dbd1936d6c001bdc9 Mon Sep 17 00:00:00 2001 From: addelany Date: Wed, 8 Nov 2023 14:45:22 -0600 Subject: [PATCH] add about text --- R/build_group_variables.R | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/R/build_group_variables.R b/R/build_group_variables.R index 625d128..4a2ad45 100644 --- a/R/build_group_variables.R +++ b/R/build_group_variables.R @@ -27,6 +27,8 @@ build_group_variables <- function(table_schema, description_string, about_string, about_title, + dashboard_string, + dashboard_title, theme_title, destination_path, aws_download_path, @@ -85,14 +87,14 @@ build_group_variables <- function(table_schema, ), list( "rel" = "about", - "href" = catalog_config$about_string, + "href" = about_string, "type" = "text/html", - "title" = catalog_config$about_title + "title" = about_title ), list( "rel" = "describedby", - "href" = catalog_config$about_string, - "title" = catalog_config$about_title, + "href" = about_string, + "title" = about_title, "type" = "text/html" ) )),