mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +02:00
Add PR #177 for page.meta documentation update
This commit is contained in:
@@ -4505,7 +4505,9 @@ class Page extends WireData implements \Countable, WireMatchable {
|
||||
* usual Page load and save operations. This is primarily for internal core use, but may be
|
||||
* useful for other specific non-core purposes as well.
|
||||
*
|
||||
* Note that this meta data is completely free-form and has no connection to ProcessWire fields.
|
||||
* Note that this data is tied to the page where you call it. Meta data is completely free-form
|
||||
* and has no connection to ProcessWire fields.
|
||||
*
|
||||
* Values for meta data must be basic PHP types, whether arrays, strings, numbers, etc. Please do
|
||||
* not use objects for meta values at this time.
|
||||
*
|
||||
|
Reference in New Issue
Block a user