Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<pebble-plugins>
  <page-decorator name="Facebook Connect Support" class="net.sourceforge.pebble.openid.FacebookOpenIdSupportDecorator">
    <description>
      <![CDATA[
      Provides support for other Facebook Connect plugins. This plugin is required to be enabled for the Facebook OpenId
      Comment Author Provider plugin to work. In order for this integration, you need a Facebook application ID, which
      needs to be configured below. For instructions on setting up a Facebook application, see
      <a href="http://wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site">here</a>.
    ]]>
    </description>
    <config key="facebook.app.id" name="Facebook Application ID" type="textstring"/>
  </page-decorator>
</pebble-plugins>

...

Each plugin has a name, class and description. The description is HTML that will be placed in the description field of the plugin. Additionally, plugins may optionally have configuration parameters. Each configuration parameter has a key, a name, and a type. Valid types are text string, textarea, password and checkbox.