Skip to content

A tags attribute for Orion CMS using Bootstrap Tagsinput.

Notifications You must be signed in to change notification settings

dvc94ch/orion-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Tagsinput for Orion CMS

A tags attribute for Orion CMS(http://orionjs.org/) using Bootstrap Tagsinput(https://github.com/timschlechter/bootstrap-tagsinput).

Code Example

Items = new orion.collection('items', {
    singularName: 'item',
    pluralName: 'items',
    link: {
        title: 'Items'
    },
    tabular: {
        columns: [
            orion.attributeColumn('tags', 'tags', 'Tags'),
        ]
    }
});

Items.attachSchema(new SimpleSchema({
    tags: orion.attribute('tags', {
        label: 'Tags',
        optional: true
    })
}));

Installation

meteor add dvc:orion-tags

License

/*
 * ----------------------------------------------------------------------------
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <david@craven.ch> wrote this file.  As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return.   David Craven
 * ----------------------------------------------------------------------------
 */

About

A tags attribute for Orion CMS using Bootstrap Tagsinput.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published