@extends('master')
@section('title')
Micropub Config «
@stop
@section('content')
The values for your micropub endpoint.
- Me (your url)
- {{ $data['me'] }}
- Token
- {{ $data['token'] }}
- Syndication Targets
- @if(is_array($data['syndication']))
@foreach ($data['syndication'] as $syn)- {{ $syn['name'] }} ({{ $syn['target'] }})
@endforeach
@else{{ $data['syndication'] }}@endif
- Media Endpoint
- {{ $data['media-endpoint'] }}
Re-query the endpoint.
Return to client.
@stop