Hi Andreas,

Andreas Hartmann schrieb:
> is it possible to load overlapping initial content from multiple bundles
> when overwriting is enabled? E.g. if I have the following bundles with
> content:

IIRC the initial content tree should be disjoint for different bundles
if overwrite is set.

> 
>   bundle "core": content/apps/foo/index.html
>   bundle "gui":  content/apps/foo/gui/css/foo.css
> 
> When I install either of these bundles, the content of the other module
> is removed. Is there any way around this, or do I have to disable
> overwriting?

So maybe in your core bundle you should just provide
content/apps/foo/index.html while in the gui bundle you should provide
contetn/apps/foo/gui.

Hope this helps.

Regards
Felix

Reply via email to