Skip to content

Commit

Permalink
Add markup for editor preferences button
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 14, 2023
1 parent ecaf1f5 commit 4411be9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/realtime-compiler/resources/live-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<input type="hidden" name="page" value="{{ $page->getSourcePath() }}">
<label for="live-editor" class="sr-only">Edit page contents</label>
<textarea name="markdown" id="live-editor" cols="30" rows="20" class="rounded-lg bg-gray-200 dark:bg-gray-800">{{ $markdown }}</textarea>
<footer class="prose dark:prose-invert">
<small>
<a id="#liveEditSettingsButton" role="button" href="javascript:liveEditSettings();">
Editor preferences
</a>
</small>
</footer>
</form>
</section>
</template>
Expand Down

0 comments on commit 4411be9

Please sign in to comment.