Skip to content

Feature: Layouts Index

Choose a tag to compare

@nelsonpecora nelsonpecora released this 31 May 14:37
· 34 commits to master since this release
  • FEATURE: new layouts index, will be populated when saving components with _layout: true in their schemas
  • FEATURE: new /_layoutlist api endpoint, accepts similar stuff as the /_pagelist endpoint. Used by Kiln to update layouts. Will create the elastic doc if it doesn't exist
  • FEATURE: new publishLayout hook handler, will update elastic doc with publish status when called by amphora. Will also unschedule (if layout is currently scheduled). Will create the elastic doc if it doesn't exist
  • FEATURE: /_pagelist will create the elastic doc for a page if it doesn't exist