Skip to content

Instantly share code, notes, and snippets.

@shrink0r
Created March 3, 2014 13:48
Show Gist options
  • Save shrink0r/9325215 to your computer and use it in GitHub Desktop.
Save shrink0r/9325215 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ae:configurations
xmlns="http://berlinonline.de/schemas/honeybee/exports/1.0"
xmlns:env="http://berlinonline.de/schemas/honeybee/config/envelope/definition/1.0"
xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0">
<ae:configuration>
<exports>
<!-- Export config example: -->
<export name="pulq-fe" class="PulqNavigationExport">
<description>
Exports navigation to the couchdb export database, which serves as an elasticsearch river source.
</description>
<settings>
<setting name="storage">
<setting name="implementor">Honeybee\Core\Storage\CouchDb\GenericStorage</setting>
<setting name="connection">Pulq.Fe</setting>
</setting>
<setting name="navigation_id">navigation</setting>
<setting name="reference_field">target</setting>
</settings>
<filters>
<filter name="simple-props" class="Honeybee\Core\Export\Filter\PropertyFilter">
<settings>
<setting name="properties">
<setting name="title">title</setting>
<setting name="description">description</setting>
</setting>
</settings>
</filter>
</filters>
</export>
</exports>
</ae:configuration>
</ae:configurations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment