new version to go with new version of field
parent
3f5fce1091
commit
2f7a909bbc
|
@ -42,7 +42,7 @@ That will be htmlized using the page-type of the page-file.
|
||||||
|
|
||||||
### Accessing the Data
|
### Accessing the Data
|
||||||
|
|
||||||
There are three ways to access the data given in the YAML section.
|
There are a few ways to access the data given in the YAML section.
|
||||||
|
|
||||||
* [[getfield]] plugin
|
* [[getfield]] plugin
|
||||||
|
|
||||||
|
@ -83,6 +83,10 @@ There are three ways to access the data given in the YAML section.
|
||||||
|
|
||||||
When running on the Sprongle system, the Foo function returns incorrect data.
|
When running on the Sprongle system, the Foo function returns incorrect data.
|
||||||
|
|
||||||
|
* [[report]] plugin
|
||||||
|
|
||||||
|
The **report** plugin is like the [[ftemplate]] plugin, but it reports on multiple pages, rather than just the current page.
|
||||||
|
|
||||||
* write your own plugin
|
* write your own plugin
|
||||||
|
|
||||||
In conjunction with the [[field]] plugin, you can write your own plugin to access the data.
|
In conjunction with the [[field]] plugin, you can write your own plugin to access the data.
|
||||||
|
|
Loading…
Reference in New Issue