Update views for the micropub client
This commit is contained in:
parent
fa04718a75
commit
997da7a7e9
2 changed files with 37 additions and 5 deletions
|
@ -9,6 +9,8 @@ Micropub Config «
|
|||
<dl>
|
||||
<dt>Me (your url)</dt><dd>{{ $data['me'] }}</dd>
|
||||
<dt>Token</dt><dd>{{ $data['token'] }}</dd>
|
||||
<dt>Syndication Targets</dt><dd>{{ $data['syndication'] }}</dd>
|
||||
<dt>Syndication Targets</dt><dd><ul>@foreach ($data['syndication'] as $syn)<li>{{ $syn['name'] }} ({{ $syn['target'] }})</li>@endforeach</ul></dd>
|
||||
<dt>Media Endpoint</dt><dd>{{ $data['media-endpoint'] }}</dd>
|
||||
</dl>
|
||||
<p><a href="{{ route('micropub-query-action') }}">Re-query</a> the endpoint.</p>
|
||||
@stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue