Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Design & Build
Unanswered

Power Pages liquid edit inline html tags instead of snippets

(0) ShareShare
ReportReport
Posted on by 13

In Liquid code, I am able to make snippets of code editable using the following example:

 
{% editable snippets <snippet name> type: 'html' %}
 

This allows a citizen developer to edit the HTML code within the snippet.

 

However, I would like to make HTML code directly editable instead of using a snippet. I attempted the following code:

 
{% editable page 'adx_copy' type: 'html', liquid: true %}
  <h2>Welcome, {{ user.fullname }}!</h2>
  <p>Today's date is {{ 'now' | date: "%B %d, %Y" }}.</p>
{% endeditable %}
 

Unfortunately, this results in the error "endeditable not recognized."

 

Could you advise on how to make HTML tags directly editable instead of relying on snippets?

Could you also point me to complete documentation on the liquid editable tag. 

Thank you.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,513 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,692 Most Valuable Professional

Leaderboard

Featured topics