-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert changes that are not part of the toolbar change
- Loading branch information
Showing
3 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
www/api/data/pages/page-frame/pageTemplates/Edit page frame.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
<main> | ||
<h1>Pages</h1> | ||
<div class="simplycode-boxes" data-simply-list="components"> | ||
<ul class="simplycode-components-list" data-simply-list="components"> | ||
<template> | ||
<a class="simplycode-box" data-simply-command="navigate" | ||
href="#" data-simply-field="id" | ||
data-simply-content="fixed" data-simply-transformer="pageLink"> | ||
<span data-simply-field="id"></span> | ||
<li data-simply-command="navigate"> | ||
<a href="#" data-simply-field="id" data-simply-content="fixed" data-simply-transformer="pageLink"><span data-simply-field="id"></span></a> | ||
<p data-simply-field="description"></p> | ||
</a> | ||
</li> | ||
</template> | ||
</div> | ||
<form class="simplycode-form"> | ||
<label> | ||
Name | ||
<input type="text" data-simply-field="newComponent.id" class="simplycode-tab" placeholder="Name your page"> | ||
</label> | ||
<label> | ||
Description | ||
<textarea data-simply-field="newComponent.description" placeholder="Describe what this page should do, for your own use."></textarea> | ||
</label> | ||
<div class="ds-form-buttons"> | ||
<button class="ds-button" data-simply-command="createPage">Add Page</button> | ||
</ul> | ||
<h1>Add page</h1> | ||
<div class="simplycode-part"> | ||
<div class="simplycode-part-header"> | ||
<div class="simplycode-tabs"> | ||
<input data-simply-field="newComponent.id" class="simplycode-tab" placeholder="Name your component"> | ||
</div> | ||
<div class="simplycode-options"> | ||
<button class="simplycode-button" data-simply-command="createPage">Create</button> | ||
</div> | ||
</div> | ||
<div class="simplycode-editors"> | ||
<div class="simplycode-editor-code"> | ||
<textarea data-simply-field="newComponent.description" placeholder="Describe what this component should do, for your own use."></textarea> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<main> | ||
<h1>App preview</h1> | ||
<div class="field"> | ||
<button class="ds-button" data-simply-command="saveAppHtml">Publish App</button> | ||
<button class="simplycode-button" data-simply-command="saveAppHtml">Publish App</button> | ||
</div> | ||
<simply-render rel="fullAppPreview"></simply-render> | ||
</main> |