Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
0
Maintainers
14
Versions
272
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Web component - Press Releases Slider


Version published
Weekly downloads
221
increased by1.84%
Maintainers
14
Created
Weekly downloads
 

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
    }
  },

  // Translations
  "readMore": "Read more",
  "regulatory": "Regulatory",
  "nonRegulatory": "Non-regulatory",
}


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 12 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc