Template

Templates are blueprints to store structured data for whatever your needs may be. An easy analogy to think of a template is that it's very similar to a form. A template is constructed of several inputs that the user determines necessary. For example, if you were storing a public user profile, you may want a "username," "twitter handle," and "bio." The first two of those are likely text inputs and bio may need to be longer such as a "textArea." In addition to every standard type of input, Urchin also permits file inputs as well as simple validations to keep any entries that will use these blueprints from violating any limits you want to set.

Last updated