Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleScreenshot

Adding a screenshot is optional. It is not needed and will still work without it. The thumbnail will just be a green rectangle broken image like below.

Image RemovedImage Added

Once the user adds the files under the pub folder, the user will go in Folio app.

...

  • finExternalProject (marker tag)
  • finProject (marker tag)
  • dis (string property tag) - This is what you want to name the graphic (in our case: Dashboard)
  • finIcon (string property tag - Optional for thumbnail) - This is the location of the screenshot you want to use for the thumbnail start after /pub...etc (in our case: /pub/Dashboard/Dashboard.png)
  • finScreenshot (string property tag - Optional for thumbnail) - Same path as finIcon
  • finThumbnail (string property tag - Optional for thumbnail) - Same path as finScreenshot
  • graphicOn (string property tag) - Location of where the user wants this graphic to appear (in our case: site)
  • uri (string property tag) - This is the location of the html file start after /pub...etc and end with #$dis  (in our case: /pub/Dashboard/index.html#$dis)

...