mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-08-02 22:22:32 +00:00
784 B
784 B
title, description, categories, keywords, action, expiryDate
| title | description | categories | keywords | action | expiryDate | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Scratch | Returns a "scratch pad" to store and manipulate data, scoped to the current shortcode. |
|
2026-11-18 |
{{< deprecated-in 0.139.0 >}}
Use the SHORTCODE.Store method instead.
This is a soft deprecation. This method will be removed in a future release, but the removal date has not been established. Although Hugo will not emit a warning if you continue to use this method, you should begin using SHORTCODE.Store as soon as possible.
Beginning with v0.139.0 the SHORTCODE.Scratch method is aliased to SHORTCODE.Store.
{{< /deprecated-in >}}