Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-engine   php

Repository URL to install this package:

Version: 2.7.7 

/ modules / rest-api-listings / inc / templates / admin / notification-fields.php

<?php
/**
 * Notifications fields template
 */
?>
<div v-if="'<?php echo $action_slug; ?>' === currentItem.type">
	<keep-alive>
		<jet-rest-notification v-model="currentItem.rest_api" :fields="availableFields"></jet-rest-notification>
	</keep-alive>
</div>