Amphora
  • Introduction
  • On Startup
    • Instantiation Arguments
    • Bootstrapping
  • Basics
    • Routing
    • Publishing
    • Renderers
      • Building Custom Renderers
    • Event Bus
  • Advanced
    • Storage API
    • Data Versioning (Upgrades)
    • Renderer Models
  • Plugins
    • Hooks
    • Writing A Plugin
    • Plugin vs. Renderer
  • Glossary
Powered by GitBook
On this page
  • bootstrap
  • locals.publishUrl
  • _version

Glossary

PreviousPlugin vs. Renderer

Last updated 6 years ago

bootstrap

An instantiation argument that defaults to true. If set to false, internal process will be skipped.

locals.publishUrl

A propery only availble to components during the save of an @published instance of a component. This value is determined by whatever url is determined during .

_version

A data property managed by Amphora when using the feature. This property should not be overwritten to by any model.js or external source. If it is, data upgrades will be re-run. Please see the Data Versioning page for more information.

bootstrap
Data Versioning
publishing