Socket
Socket
Sign inDemoInstall

@assaabloy/gw-group-press-releases-slider

Package Overview
Dependencies
0
Maintainers
9
Versions
290
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assaabloy/gw-group-press-releases-slider


Version published
Maintainers
9
Created

Readme

Source

ASSA ABLOY Global web - web components

Press Releases Slider

Custom HTML element

<gw-group-press-releases-slider content="" theme=""></press-releases-slider>

Properties

NameTypeDescription
contentObjectbase64 encoded
themeString

content

{
  "url": "",
  "detailedPageUrl": "",
  "title": "",
  "text": "",
  "noCardMessage": "",
  "lastCard": {
    "title": "",
    "link": {
      "text": "",
      "url": ""
    }
  },
  "config": {
    "padding": {
      "top": true,
      "bottom": true
    }
  }
}

Response from url should contain the following:

{
  "itemsTotalCount": 0,
  "items": [
    {
      "id": "",
      "title": "",
      "isRegulatory": false,
      "publishDate": "",
      "category": "",
      "intro": "",
      "introOverridden": true,
      "cisionWireUrl": "",
      "rawHtmlUrl": "",
      "pdfUrl": ""
      "image": {
        "downloadUrl": ""
        "fileName": ""
        "title": ""
        "urlTo100x100ArResized": ""
        "urlTo100x100Thumbnail": ""
        "urlTo200x200ArResized": ""
        "urlTo200x200Thumbnail": ""
        "urlTo400x400ArResized": ""
        "urlTo800x800ArResized": ""
      },
    },
  ]

}

theme Two different background options:

  • "theme-alt-1" (white)
  • "theme-alt-2" (grey)

Dependencies @assaabloy/gw-group-vendor @assaabloy/brand-styles

FAQs

Last updated on 20 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc