Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.17 KB

Etch.OrchardCore.Fields.md

File metadata and controls

54 lines (35 loc) · 2.17 KB
title slug description projectUrl nuGetPackageId tags author licenses pubDatetime
Etch Fields
Etch.OrchardCore.Fields
Collection of useful content fields for Orchard Core.
Etch.OrchardCore.Fields
fields
MIT
2024-09-15 12:00:00 UTC

Code

Content field providing a code editor (using Ace) to add code as content, perfect for displaying code samples.

Screen recording of code field

Colour

Colour field introduces an alternative to the TextField for editors to define a colour. This field can be configured with a colour palette, transparent or the ability to choose a custom colour.

Dictionary

Provides content field for managing an arbitrary amount of names and associated values. Items will be displayed on the page as an unordered list with name/value.

Eventbrite

Provides a content field that will fetch event data from Eventbrite and display it as an unordered list.

Multi Select

Content field that has a collection of pre-configured options where content editors can choose multiple options that will be rendered in an unordered list.

Query

Editors can choose from a drop down list of queries.

Render Alias

Allows editors to specify a content item by its alias to be rendered in a specified display type.

Responsive Media

Replica of the media field, however the field can have responsive breakpoints configured, which will be used to display a responsive image via the picture element. Content editors can define specific images for particular breakpoints, otherwise a dynamically resized image will be used for the breakpoint.

Values

Content editors can define an arbitary list of values with a user friendly editor experience. Values will be displayed on the page as an unordered list.