This plugin is currently in BETA stage.

Documentation is under construct and may have inacurate parts. Please help us improving it by reporting invalid content/broken links.

Configuration

Overview

sfDynamics configuration files are XML files describing javascript packages. Each package corresponds to a coherent list of items, which works together. For further information about it, see the package reference below.

The only read file is dynamics.xml. By convention, it should only contain only import tags, to import configuration sets defined in other files. For example, dynamics-jquery.xml, bundled with the plugin (but not included by default), provides configuration/dependances relations between vendor jQuery libraries, jQuery UI and jQuery effects.

Our configuration system supports destructive inheritance between files. Default configuration is provided by the plugin, but it will be completely ignored if you create a dynamics.xml file in your project's config directory. Again, if your application defines a dynamics.xml, the plugin will give it precedence and ignore the default file provided by the plugin.

Some general behvior customization are also available in your application's app.yml file.

Configuration Reference

Incoming features

  • i18n not yet implemented
  • theme not yet implemented
  • switch _not yet implemented__

Comments