Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apostrophecms/apostrophe-address-widgets

ApostropheCMS address widgets
https://github.com/apostrophecms/apostrophe-address-widgets

apostrophecms nodejs

Last synced: 9 days ago
JSON representation

ApostropheCMS address widgets

Awesome Lists containing this project

README

        

# apostrophe-address-widgets

An address widget for [ApostropheCMS](http://apostrophecms.org/).

`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

```bash
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:

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