Well, in addition to editing a file directly from the panel (renaming it, adding variables, etc.) you can create your own page to edit your files, for that we have to follow the steps.
1. First let's paste this code below into a page, or you can create a new one of your choice. The code below is a list of files to link to your edit.
[fm]o=u, l=12||
<li> %name% <br>
<a href="/page-edit.html?to-id=%id%">Edit</a>
</li>
[/fm]
2. Good. So let's create another page called "edit", which will be the page where' we're going to edit the file.
.jpg)
3. After creation, let's add the code on this page. Code below.
[*setfm]to=:to-id:,ud=page-0.html||
Name: :name: <br>
Description: :description:<br>
Variable: :var-screen:<br>
:submit:
[/setfm]
Where:
to=:to-id: = and the id of the file in which it will be edited.
ud=page-0.html = is the page to which you will be redirected after editing, you can change and insert your preference.
:name: = Name of the file.
:description: = Description of the file.
:var-screen: = file variable, to display "%*var-screen%", learn more about variables in another section.
NOTE: Remove red astersk on codes.