mirror of https://github.com/gohugoio/hugo
954 B
954 B
title | description | categories | keywords | action | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Store | Returns a "Store pad" scoped to the shortcode to store and manipulate data. |
|
{{< new-in 0.139.0 >}}
The Store
method within a shortcode creates a [scratch pad] to store and manipulate data. The scratch pad is scoped to the shortcode.
{{% note %}}
With the introduction of the newScratch
function, and the ability to assign values to template variables after initialization, the Store
method within a shortcode is mostly obsolete.
{{% /note %}}
{{% include "methods/page/_common/scratch-methods.md" %}}