Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apostrophecms/apostrophe-address-widgets
- Owner: apostrophecms
- License: mit
- Created: 2017-11-08T21:47:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T15:45:48.000Z (over 6 years ago)
- Last Synced: 2024-10-15T04:32:44.368Z (about 1 month ago)
- Topics: apostrophecms, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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') }}
```