<settings module="professional_author">
	<section name="general">
		<option type="status" name="dpc_status_professional_author" module="professional_author" title="{@text:Author settings}" 
			description-intro="{@text:This module gives your Wordpress extra functionalities and settings for authors.}" >
			
			<value label="{@text:Activated}" class="btn btn-success" value="1" addToDom="class,value"/>
			<value label="{@text:Deactivated}" class="btn btn-warning" addToDom="class,value,data-target" toggle="posttypes"/>
		</option>

		<option type="section" section="settings" />
		<option type="section" section="position" />
	</section>
	<section name="position">
		<option type="wrapper" width="4">
			<option type="copycode" id="ratingShortcode" name="{@text:Shortcode}" text="[dpc_author_social]" addToDom="id" />
		</option>
		<option type="wrapper" width="4">
			<option type="copycode" id="ratingPhp" name="{@text:PHP}" text="&amp;lt;?php echo function_exists('dpc_author_social')  ? dpc_author_social() : ''; ?&amp;gt;" addToDom="id" />
		</option>
		<option type="wrapper" width="4" class="col-sm-6 col-xs-12">
			<option type="link" target="_blank" link="./widgets.php" icon-class="fa fa-arrow-right" class="widget-area" text="{@text:Use it as a widget}" addToDom="target"/>
		</option>
	</section>
</settings> 