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.
dynamics
Description
This is the root node. Each file must have one dynamics file and only one,
containing all other tags. It has no attributes.
Children nodes
import: optional, any numberpackage: optional, any number
PHP definition
The dynamics tags are managed by one instance of sfDynamicsConfigDefinition
that will merge all root tags of the different XML configuration files
included.
Comments
-
lhotte (1 year ago)
no message in the bottle -
Vince (1 year ago)
That definitely should be packed within the symfony core !
That's a great way to manage web assets.
By the way, I really couldn't figure out how to pack a tinymce.
Tinymce as its own file tree structure that does not seem compatible with sfDynamics.
Any way to pack a whole folder with a file call ? That would be great !
:) -
Romain Dorgueil (1 year ago)
Hi Vince
There is actually no real way to pack a tinymce. As you said, tinymce is very special, it has his own tree structure, and loads javascripts dynamically.
I don't agree to the fact it should be packed with symfony core, it would need big refactoring work, and many important features are still missing (like media and position management).
But thanks for your comment, glad to know it's usefull for other people.