Skip to content

Collection of useful content fields for Orchard Core.

Notifications You must be signed in to change notification settings

wufujie2000/Etch.OrchardCore.Fields

 
 

Repository files navigation

Etch.OrchardCore.Fields

Module for Orchard Core that provides useful content fields.

Build Status

Build Status

This module is currently under development and will be made available on NuGet when usable.

Orchard Core Reference

This module is referencing the beta 3 build of Orchard Core (1.0.0-beta3-71077).

Installing

Download the source or clone the repository to your local machine. Add the project to your solution that contains an Orchard Core project and add a reference to Etch.OrchardCore.Fields.

Once the module is in a usable state we'll make it available via NuGet.

Fields

Each content field is packaged as it's own feature that needs to be enabled.

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. Below is a screen recording of the field in action.

Screen recording of dictionary field

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.

This field is still in development.

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. Below is a screen recording of the field in action.

Screen recording of values field

About

Collection of useful content fields for Orchard Core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 33.6%
  • TypeScript 25.1%
  • HTML 20.9%
  • JavaScript 20.4%