Configurations

(client, server)

Any basic configuration can be extended by plugins with their plugin.js file

  • K.schemas
    defines structures for documents in the collections, can be extended by Kepler plugins to host the plugin fields

  • K.filters
    defines the fields exposed in the queries for pubblications and methods, the structure of this file is deliberately aligned to enhance the different levels of data privacy

  • K.templates
    defines the templates in the UI where the plugins can extend the content with others templates/views

  • K.settings
    contains the main default settings extended by Kepler plugins and from Meteor.settings

Edit on GitHub
Licensed under Creative Commons