1. Key / Values
  2. {{#if (not-eq parent.Key '/')}} {{#each (slice 0 -1 (split parent.Key '/')) as |breadcrumb index|}}
  3. {{breadcrumb}}
  4. {{/each}} {{/if}}

{{#if item.Key}} {{left-trim item.Key parent.Key}} {{else}} New Key / Value {{/if}}

{{! if a KV has a session `Session` will always be populated despite any specific session permissions }} {{#if item.Session}}

Warning. This KV has a lock session. You can edit KV's with lock sessions, but we recommend doing so with care, or not doing so at all. It may negatively impact the active node it's associated with. See below for more details on the Lock Session and see our documentation for more information.

{{/if}} {{! session is slightly different to item.Session as we only have session if you have session:read perms}} {{#if session}} {{/if}}