From a821371f1fd55943944e21ecb5d8767c6fccc2bf Mon Sep 17 00:00:00 2001 From: kmurphychi247 <82771690+kmurphychi247@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:17:22 -0500 Subject: [PATCH] adds front end editing module (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “Kerry <“kmurphychi@gmail.com”> --- composer.json | 1 + recipe.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/composer.json b/composer.json index b5eb96e..a073be6 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "require": { "drupal/access_unpublished": "^1.5", "drupal/editor_advanced_link": "^2.0", + "drupal/frontend_editing": "*", "drupal/linkit": "^6.1", "drupal/nomarkup": "^1.0", "drupal/quick_node_clone": "^1.16", diff --git a/recipe.yml b/recipe.yml index 6f03390..0474676 100644 --- a/recipe.yml +++ b/recipe.yml @@ -9,6 +9,7 @@ install: - contextual - ckeditor5 - editor + - frontend_editing - node - media_library - views