mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 06:22:55 +01:00
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
|
title: get_bag
|
||
|
---
|
||
|
type: method
|
||
|
---
|
||
|
signature: name
|
||
|
---
|
||
|
summary: Looks up an entire databag by its name.
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
This method is a special case of [lookup :ref](../lookup/) which just
|
||
|
looks up an entire data bag and returns it as dictionary. For most
|
||
|
intents and purposes `lookup` is what you want.
|