Skip to content

Commit

Permalink
Merge pull request #14 from OpenCatalogi/feature/OP-245/fixes
Browse files Browse the repository at this point in the history
feature/OP-245/fixes
  • Loading branch information
remko48 authored Mar 7, 2024
2 parents 0167b1d + bbd65da commit e4f23fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ permissions:
| `navbar_content` | A link to the JSON file that manages the footer content (Optional) | No | string | `https://raw.githubusercontent.com/OpenCatalogi/web-app/348679b7537b20e51767dfdc6086349602afe219/pwa/src/templates/templateParts/header/HeaderContent.json` |
| `jumbotron_title` | The title of the jumbotron (Optional) | No | string | `${{ github.event.repository.name }}` |
| `jumbotron_subtitle` | The (short) subtitle used in the jumbotron (Optional) | No | string | `Product page` |
| `jumbotron_description` | The (long) description included in the jumbotron (Optional) | No | string | `${{ github.event.repository.description }}` |
| `jumbotron_searchform` | Whether or not to display the search form in the jumbotron (Optional) | No | boolean | `false` |
| `jumbotron_iscard` | Put the content of the jumbotron within a card (Optional) | No | boolean | `false` |
| `jumbotron_image_placement` | The position of the jumbotron image ("false", "background","right" ,"left") (Optional) | No | string | `false` |
| `jumbotron_image_url` | An base64 encoded SVG file or URL to the logo used in the jumbotron (Optional) | No | string | `false` |
| `jumbotron_description` | The (long) description included in the jumbotron (Optional) | No | string | `${{ github.event.repository.description }}` | |
| `footer_logo` | An base64 encoded SVG file or URL to the logo used in the footer (Optional) | No | string | `https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/[email protected]` |
| `footer_content` | A link to the JSON file that manages the footer content (Optional) | No | string | `https://raw.githubusercontent.com/OpenCatalogi/web-app/25995205e1dbb043822d1c58c5c23f8e6f77ff7e/pwa/src/templates/templateParts/footer/FooterContent.json` |
| `footer_show_creator` | Shows the "With love from conduction" link in the footer (Optional) | No | boolean | `true` |
Expand Down
25 changes: 2 additions & 23 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ inputs:
required: false
type: string
default: ' '
filter_business_fuctions:
filter_business_functions:
description: 'If you want to have the filter business functions displayed, set to false to not show the filter'
required: false
type: string
Expand Down Expand Up @@ -128,34 +128,13 @@ inputs:
description: 'The (short) subtitle used in the jumbotron'
required: false
type: string
default: 'Product page'
default: 'false'
jumbotron_description:
description: 'The (long) description included in the jumbotron)'
required: false
type: string
default: ${{ github.event.repository.description }}

jumbotron_searchform:
description: 'Whether or not to display the search form'
required: false
type: boolean
default: false
jumbotron_iscard:
description: 'Put the content o the jumbotron within a card'
required: false
type: boolean
default: false
jumbotron_image_placement:
description: 'The position of the jumbotron image ("false" | "background" | "right" | "left")'
required: false
type: string
default: "false"
jumbotron_image_url:
description: 'A base64 encoded SVG file or URL to the logo used in the jumbotron'
required: false
type: string
default: "false"

# Footer
footer_logo:
description: 'A base64 encoded SVG file or URL to the logo used in the footer'
Expand Down

0 comments on commit e4f23fe

Please sign in to comment.