Versions Compared

Key

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

14th September 2022

Highlights
Loree

Table of Contents

Loree

Category Management

Creating and updating new category:
We can create a new category by using the +New Category button.

Image RemovedImage Removed

Note: A category with the same name cannot be created, and it also displays Category name already exists.
We can also update the category name by using the edit icon.
Image RemovedSearch field in the Category table:

If the

Loree

users enter the data in the search field, it displays the categories data based on the filter function via search.
Image RemovedImage Removed

Note: Entering the incorrect term in the search field, i.e. a non-related category name in the table. It displays NO RESULT FOUND.
Validation for Number of Templates/Rows/Elements:
The categories list table now includes validation and shows the value for the number of Templates, Rows, and Elements. Clicking on the value brings the user to the count-based view for Templates, Elements, and Rows.
5069.mp4

Category delete button:
We may now delete categories as Loree users, and admin users will not be able to delete categories that have templates, rows, or items on them.

Image Removed

Note: Delete button will be disabled if the category has any templates, rows, or elements in it.

Sorting Category table list:
In the category table, we can now sort the data. In the Admin dashboard category management, you can also sort the columns listed below.

  • Category Name

  • Created at

  • Updated at

  • Templates

  • Rows

  • Elements

Image Removed

Copy and Paste text/URL inside Embed URL Block input field

As a Loree user, We are able to copy valid Iframe tagged HTML and pasted it inside the Embed URL block, But Unable to copy and paste text/URL partially inside the Embed URL block. This issue is now resolved, Now we are able to copy and paste any text/URL’s inside the Embed URL block and Iframe validation will be verified when we click the Embed button.

Fonts added

Lato Regular font is now added in Loree. To use this font, you have to enable them in Loree → Admin → Fonts → to search the font and enable the fonts.

To get these fonts reflected in canvas, please update your canvas CSS files with the below font styles.

@font-face {
font-family: 'Lato Regular';
src: url("https://loree-files.s3.ap-southeast-2.amazonaws.com/custom-fonts/Lato-Regular.ttf");
}

Thank you!!!