# countdown-time/1.1.3/dist/editor.asset.php

Countdown Timer Block – build urgency for events and launches, version 1.1.3. 5 lines.

- Page: https://pluginprobe.com/plugins/countdown-time/1.1.3/code/dist/editor.asset.php
- Raw: https://pluginprobe.com/plugins/countdown-time/1.1.3/raw/dist/editor.asset.php
- Modified: 2022-07-30T11:04:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/countdown-time/1.1.3/code/dist/editor.asset.php#L10-L20`.

```php
<?php
return [
	'dependencies' => [ 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-rich-text' ],
	'version' => CTB_PLUGIN_VERSION
];
```
