1.1.1 • Published 3 years ago

@finsweet/attributes-support v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Attribute Automated Support

Installation

Option 1: Run in a page with attributes already loaded

Enter the query string into url, example:

https://my-website.webflow.io?fs-attributes-support=true

Option 2: Add to your web page the following HTML tags

<script async 'https://cdn.jsdelivr.net/npm/@finsweet/attributes-support@1/support.js'></script>

Options 3: Run the loading script on your console

  • Open Dev Tools - F12
  • Click Console
  • Copy and paste the following code
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';

script.src = 'https://cdn.jsdelivr.net/npm/@finsweet/attributes-support@1/support.js';
head.appendChild(script);
  • Click enter to execute.

Oficial documentation CMS Load

https://www.finsweet.com/attributes/cms-load/

Contribution

Instalation

  • First install dependencies
yarn
  • Run quality chain to check if everything is ok for start.
yarn tsc && yarn lint &&  yarn run check && yarn build && yarn test
1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-beta.0

3 years ago