Page History
...
| Info |
|---|
You should never modify the shipped weblets directly. Every time a Partition Initialization with the Enable for the Web is executed, the shipped weblets are re-imported and the weblets in the repository are overwritten. If you wish to customize a weblet, make a copy of the shipped weblet then modify the copy (including JavaScript functions that the weblet uses as they might be changed in future versions). The shipped weblets use a standard naming convention where the weblet name is prefixed with 'std_'. You should not use this prefix for any custom weblets you create. |
...