Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The indicator will be shown for elements on hover & when selected. It shows you the name of selected/hovered element and also provides options to control the element. The Move option allows you to move the element, and the Select Parent option selects the containing/parent element of currently selected element. The Delete option remove the selected element.

Creating and Managing Layouts

  • Click on Crystal Export from Apps section in top navigation bar.

  • Click on “Manage Layouts” button on sidebar.

  • You’ll be redirected to the Manage Layouts page.

  • Click on Add New button to create a new template.

  • To edit an existing template click on Edit button.

  • To remove an existing template click on Remove button

Info

NOTE: Creating and managing layouts requires basic HTML, CSS knowledge.

Layout Editor

Layouts define how the issue data should be rendered. Considering the complexity of Jira issue and related data, and for maximum flexibility; Crystal Export allows you to define the layouts using Handlebars HTML Templates and SCSS.

Layout (Handlebars)

The structure of issue layout is defined using Handlebars Templates. The list of issues and other data will be provided via the context of Handlebars template. The layout of a single issue should be provided inside a each block so as to render all the issues.

Read more about handlebars on the language guide.

Stylesheet (SCSS)

Stylesheet lets you add styles to the HTML template provided in the layout. Crystal Export supports SCSS for allowing the user to create complex styles with simplicity.

Read more about SCSS on the documentation.