Extension Manager:Install Hooks: Difference between revisions

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>
<em:resources>
    <Description>
  <Description>
      <em:preference>extensions.foo.bar</em:preference>
    <em:preference>extensions.foo.bar</em:preference>
      <em:preference>extensions.bar.*</em:preference>
    <em:preference>extensions.bar.*</em:preference>
      <em:file>foo/bar</em:file>
    <em:file>foo/bar</em:file>
    </Description>
  </Description>
  </em:resources>
</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.


canmove, Confirmed users
1,570

edits