source: products/quintagroup.captcha.core/trunk/quintagroup/captcha/core/profiles/uninstall/skins.xml @ 2508

Last change on this file since 2508 was 1945, checked in by mylan, 14 years ago

Remove all plone-form related skin-layers, with all dependent registrations and cleanups

File size: 304 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_skins">
3
4  <skin-path name="*">
5    <layer name="captchas" remove="True" />
6    <layer name="captcha_core" remove="True" />
7    <layer name="captcha_core/static" remove="True" />
8    <layer name="captcha_core/dynamic" remove="True" />
9  </skin-path>
10
11</object>
Note: See TracBrowser for help on using the repository browser.