2
0
forked from Wavyzz/dolibarr

Add website page type for ajax

This commit is contained in:
Laurent Destailleur
2024-05-12 12:20:00 +02:00
parent eda41b96ca
commit 87c445bbf1
9 changed files with 99 additions and 60 deletions

View File

@@ -0,0 +1,10 @@
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
<section id="mysection1" contenteditable="true">
<h1>__WEBPAGE_TITLE__</h1>
<h2>__WEBPAGE_TITLE2__</h2>
<p>
__WEBPAGE_CONTENT
</p>
</section>