From ad10873a4650c747d0f0534b4b12de43f0773b1f Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Mon, 8 May 2023 14:17:00 +0300 Subject: [PATCH] entries prolet --- docs/advanced-usage/front-end/dock.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/advanced-usage/front-end/dock.md b/docs/advanced-usage/front-end/dock.md index 8528a1ef1..f681188dd 100644 --- a/docs/advanced-usage/front-end/dock.md +++ b/docs/advanced-usage/front-end/dock.md @@ -46,11 +46,15 @@ The Control Panel button on the Dock will open the site's Control Panel in a new ## Prolets Prolets are add-on components that reveal some of add-on's functionality for the Control Panel to the front-end, making it possible to edit data directly on the page where it belongs. -### Entries Prolet -Pro is currently shipped with the Entries prolet. Clicking on the Entries prolet opens a prolet window with all entries currently listed. Allowing you to quickly find and edit other entries in your site. +### Built-in Prolets +ExpressionEngine is shipped with the Entries and Publish prolets. + +Clicking on the Entries prolet opens a prolet window with all entries currently listed. Allowing you to quickly find and edit other entries in your site. ![dock entries](_images/ee-pro-dock-entries.png) +Publish prolets allows creation of new entry directly from the page you are viewing. Clicking Publish prolet button brings the window with channel selection, and picking the channel brings entry form. + ### Custom Prolets Developers may create third-party prolets that can be installed with add-ons. Read the [docs on creating prolets](development/prolets.md) for more information on how to create and install third-party prolets.