Skip to content

Commit 4411be9

Browse files
committed
Add markup for editor preferences button
1 parent ecaf1f5 commit 4411be9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/realtime-compiler/resources/live-edit.blade.php

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
<input type="hidden" name="page" value="{{ $page->getSourcePath() }}">
2424
<label for="live-editor" class="sr-only">Edit page contents</label>
2525
<textarea name="markdown" id="live-editor" cols="30" rows="20" class="rounded-lg bg-gray-200 dark:bg-gray-800">{{ $markdown }}</textarea>
26+
<footer class="prose dark:prose-invert">
27+
<small>
28+
<a id="#liveEditSettingsButton" role="button" href="javascript:liveEditSettings();">
29+
Editor preferences
30+
</a>
31+
</small>
32+
</footer>
2633
</form>
2734
</section>
2835
</template>

0 commit comments

Comments
 (0)