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

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

- Page: https://pluginprobe.com/plugins/countdown-time/1.1.2/code/dist/editor.asset.php
- Raw: https://pluginprobe.com/plugins/countdown-time/1.1.2/raw/dist/editor.asset.php
- Modified: 2022-07-28T11:39:12+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.2/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
];
```
