Include sample application

Issue #3 resolved
Vincent Kok repo owner created an issue

No description provided.

Comments (3)

  1. Ricardo Martins

    Hi, we are at Atlassian Connect Week and we are trying to build a Connect add-on using the ac-spring-boot. In a sample application, where should the resources be located?

    For a specific example we are just trying to load the theme icon for a Confluence theming add-on:

    "confluenceThemes": [
    {
    "key": "twenty-fifteen-theme",
    "icon": {
    "width": 110,
    "height": 70,
    "url": "/images/icon.png"
    },
    "name": {
    "value": "Twenty Fifteen"
    },
    "description": {
    "value": "The WordPress 2015 theme is clean, blog-focused, and designed for clarity. Twenty Fifteen is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. It was designed using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer."
    },
    
  2. Vincent Kok reporter

    Hi @ricardobrikit,

    I've included a sample add-on for Confluence and. It contains an example for static content as well.

  3. Log in to comment