Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 756 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 756 Bytes

Episerver.SampleEditors

Sample editor descriptors and dojo editors for Episerver sites to create a simple editing experience for the user

Currently there are the following Episerver editors:

  • Autocomplete List - let the editor enter a list of strings with autocomplete suggestions
  • String List - let the editor enter a list of strings
  • Key/Value List - let the editor enter a list of key/value pairs
  • Date Only
  • Time Only
  • Day of Week
  • Image Gallery - only allow images in Content Area and have Epi present the image picker
  • Integer Identifier - to remove the comma separator from the int editor
  • Base Enum Selection factory
  • Base Selection factory for developer to set predefined list (either static or dynamically pulled from a third party)