Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config_api): add Config API module for dynamic footer text config #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sapatevaibhav
Copy link
Collaborator

Installation

Step 0: Paste in the modules folder

Add this folder in the /modules/custom folder of your drupal project.

Step 1: Enable the Module

Run the following command:

drush en vaibhav_config_api -y

Or enable it through the Drupal UI:

  1. Navigate to Extend (/admin/modules).
  2. Find Vaibhav Config API and enable it.
  3. In your page.html.twig file add below line inside footer.
{{ footer_txt }}

Step 2: Configure Footer Text

  1. Navigate to ConfigurationVaibhav Config API Settings (/admin/config/vaibhav-config-api).
  2. Enter the text you want to display in the footer.
  3. Click Save Configuration.

@sapatevaibhav sapatevaibhav self-assigned this Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants