Allow to have private custom fields on an event (that aren't displayed in the info page) Version 1

Release Date
Release Version
1
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="eu.tttp.privatefields" type="module">
<file>privatefields</file>
<name>Allow to have private custom fields on an event that aren't displayed</name>
<description>if your group of custom fields start with "private", they won't be displayed.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>xavier</author>
<email>xavier@tttp.eu</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/tttp/privatefields</url>
<url desc="Documentation">https://github.com/tttp/privatefields</url>
<url desc="Support">https://github.com/tttp/privatefields</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2015-03-23</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.5</ver>
</compatibility>
<comments>Tip: if you want to make existing fields private, you need to change the name (use the api explorer)</comments>
<civix>
<namespace>CRM/Privatefields</namespace>
</civix>
</extension>