Repository URL to install this package:
|
Version:
2.7.7 ▾
|
jsarnowski/jet-engine
/
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>