@redabacha/magnolia-template-annotations
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Magnolia Template Annotations

Magnolia Template Annotations help making front-end projects editable in Magnolia. It does so by injecting annotations (HTML comments) around your components, which Magnolia's Page Editor transforms into controls for content editors.

Installation

npm install --save @magnolia/template-annotations

Usage

To use TemplateAnnotations, you need to import it:

import { TemplateAnnotations } from '@magnolia/template-annotations';

TemplateAnnotations module provides these functions:

function getAreaCommentString(data: object, templateDefinition: object, componentCount?: number): string;
function getComponentCommentString(data: object, templateDefinition: object): string;
function getPageCommentString(data: object, templateDefinition: object): string;

Changelog

See the CHANGELOG.md file.

Readme

Keywords

none

Package Sidebar

Install

npm i @redabacha/magnolia-template-annotations

Weekly Downloads

1

Version

1.0.14

License

SEE LICENSE IN LICENSE

Unpacked Size

520 kB

Total Files

40

Last publish

Collaborators

  • rbacha