1
|
<p>Relationship plugin data:</p>
|
2
|
|
3
|
<pre>
|
4
|
'title' => The title to display.
|
5
|
'description' => Description to display.
|
6
|
'keyword' => Default keyword for the context created by this relationship.
|
7
|
'required context' => One or more ctools_context_required/optional objects
|
8
|
describing the context input.
|
9
|
new panels_required_context(t('Node'), 'node'),
|
10
|
'context' => The callback to create the context. Params: ($context = NULL, $conf)
|
11
|
'settings form' => Settings form. Params: $conf
|
12
|
'settings form validate' => Validate.
|
13
|
</pre>
|