@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']))@elseif($data['syndication'] == 'none defined') none defined @else
{{ prettyPrintJson($data['syndication']) }}
@endif
Media Endpoint
{{ $data['media-endpoint'] }}

Get a new token.

Re-query the endpoint.

Return to client.

{{ csrf_field() }}
Syntax

@stop @section('scripts') @stop