-
Notifications
You must be signed in to change notification settings - Fork 12
Glossary
Lara Schenck edited this page Oct 30, 2019
·
19 revisions
- Pattern
- A pattern is markup that supports configuration for both data and HTML attribute values.
- Twig file
- A pattern's Twig file is the originating source of its markup.
- Node Prototype
- A pattern's Node prototype is a Node.js file stored alongside its Twig file. It exports an object containing default values for the pattern's configuration.
- JSON Prototype
- The JSON prototype is the object exported from the Node prototype, written to a separate file as JSON.
- Derivative
- Component
- Object
- Module