JSPM

apostrophe-address-widgets

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q9997F
  • License MIT

Address widgets for ApostropheCMS

Package Exports

  • apostrophe-address-widgets

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (apostrophe-address-widgets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

apostrophe-address-widgets

An address widget for ApostropheCMS.

apostrophe-address-widgets provides a simple way for users to create an address or for developers to add schema for an address, such as a mailing address.

Installation

npm install apostrophe-address-widgets --save

Use

You can use apostrophe-address-widgets as you would any widget in ApostropheCMS.

Here's an example of a singleton:

{{ apos.singleton(data.page, 'address', 'apostrophe-address') }}