PHP 8.2.31
Preview: change-animation.js Size: 1.02 KB
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Agent/workflows/theme/change-animation.js

import { SelectAnimation } from '@agent/workflows/theme/components/SelectAnimation';
import { __ } from '@wordpress/i18n';
import { swatch } from '@wordpress/icons';

const { abilities } = window.extAgentData;

export default {
	available: () => abilities?.canEditSettings && window.ExtendableAnimations,
	id: 'change-animation',
	whenFinished: { component: SelectAnimation },
	example: {
		// translators: "site animation" refers to the animation style for the current site.
		text: __('Change website animation', 'extendify-local'),
		agentResponse: {
			// translators: This message show above a UI where the user can select a different animation for their site.
			reply: __(
				'Below you can select a different animation for your site.',
				'extendify-local',
			),
			whenFinishedTool: {
				id: 'update-animation',
				labels: {
					confirm: __('Updated the website animation', 'extendify-local'),
					cancel: __(
						'Canceled the website animation update',
						'extendify-local',
					),
				},
			},
		},
	},
	icon: swatch,
};

Directory Contents

Dirs: 2 × Files: 9

Name Size Perms Modified Actions
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
tools DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
528 B lrw-r--r-- 2025-10-23 20:20:58
Edit Download
1.02 KB lrw-r--r-- 2026-03-24 18:55:54
Edit Download
1.99 KB lrw-r--r-- 2026-04-27 23:36:32
Edit Download
1.45 KB lrw-r--r-- 2026-03-24 18:55:54
Edit Download
1.38 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
1.23 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
297 B lrw-r--r-- 2026-02-27 04:48:52
Edit Download
302 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
319 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).