2DegreesInvesting / tiltWebTool

APP: https://mauro-2dii.shinyapps.io/tiltwebtool/
https://2degreesinvesting.github.io/tiltWebTool/
GNU General Public License v3.0
0 stars 0 forks source link

Add required text #79

Closed maurolepore closed 1 week ago

maurolepore commented 1 week ago

You can find the text here --Anne

AnneSchoenauer commented 1 week ago

@Tilmon I think this is high priority

maurolepore commented 1 week ago

@AnneSchoenauer you edit the text in this file

https://github.com/2DegreesInvesting/tiltWebTool/blob/main/inst/config.yml

You may also add new sections following the same format. For example you may add a header, a body and a footer for a newsection like this:

default:
  newsection:
    header: You can write any text in a single line.
    body: >
      If you need multiple lines use the '>' symbol.

      You may write multiple pagraphraphs and use markdown format, for
      example this is *italics* and this is **bold**.
    footer: This is a footer.