import ControlsGroup from "@/pages/settings/controls/ControlsGroup"; import Card, { CardContent, CardHeader } from "@/components/Card"; import { __ } from "@wordpress/i18n"; const WPEngine = () => { const controls = [ { id: 'cf_wpengine_purge_on_flush', type: 'toggle', label: __('Automatically purge the WP Engine cache when Cloudflare cache is purged', 'wp-cloudflare-page-cache'), } ]; return (

{__('WP Engine settings', 'wp-cloudflare-page-cache')}

); }; export default WPEngine;