canmove, Confirmed users
1,570
edits
No edit summary |
|||
| Line 15: | Line 15: | ||
The resources will be included in the install.rdf manifest using the following format: | The resources will be included in the install.rdf manifest using the following format: | ||
<pre> | |||
<em:resources> | |||
<Description> | |||
<em:preference>extensions.foo.bar</em:preference> | |||
<em:preference>extensions.bar.*</em:preference> | |||
<em:file>foo/bar</em:file> | |||
</Description> | |||
</em:resources> | |||
</pre> | |||
The preference elements may either specify a specific preference or an entire preference branch. The preferences included will be reset to their default values. | The preference elements may either specify a specific preference or an entire preference branch. The preferences included will be reset to their default values. | ||