cms-actions

Configure custom actions in the Linecore Builder CMS admin interface using PHP methods.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Serg28/demosite --skill cms-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cms-actions
Source: https://github.com/Serg28/demosite/tree/main/.agents/skills/cms-actions
Command: npx skills add https://github.com/Serg28/demosite --skill cms-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managers and developers need to easily set up, modify, and control actions within the Linecore Builder CMS interface to streamline administrative tasks.

Core Features & Use Cases

  • Action Configuration: Customize default and custom actions like create, edit, delete, clone, and import/export.
  • UI Customization: Change button names and icons to match workflow requirements.
  • Use Case: An admin wants to add a custom "Publish" action with a specific icon to update records quickly.

Quick Start

Use this Skill to define custom actions in your CMS by invoking the provided PHP methods.

Frequently Asked Questions about cms-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a custom action to a CMS admin panel using PHP?

You can configure custom CMS admin actions by invoking provided PHP methods to dynamically modify action settings. This allows you to add new interactive buttons like publish or clone to streamline content management workflows.

Can I change the icons and names of default buttons in the CMS admin interface?

Yes, you can change button names and icons for default actions like create, edit, delete, clone, and import/export in the CMS admin interface. This UI customization aligns the interface with your specific workflow requirements.

What CMS actions can I configure for managing content workflows?

You can configure default and custom CMS actions including create, edit, delete, clone, and import/export. Setting up these interactive actions streamlines administrative tasks and improves user interaction within the content management system.

Do I need PHP knowledge to set up custom admin panel actions?

Yes, you need PHP knowledge to set up custom admin panel actions. The configuration requires access to PHP methods and functionality to dynamically modify action settings and define how interactive buttons operate within the CMS.

How do I set up an import or export action in a PHP content management system?

To set up an import or export action in a PHP content management system, invoke the provided PHP methods to configure the action settings. This dynamically adds the necessary interactive buttons to the admin interface for data handling.