shipsaas / docking

DocKing: Your shared-microservice that takes over the document templates management & render/export PDF
https://docking.shipsaas.tech
MIT License
213 stars 14 forks source link

Template Metadata Settings #11

Closed sethsandaru closed 1 year ago

sethsandaru commented 1 year ago

Feature

It would be nicer if we can view the template, then have a dedicated tab for "Settings", to update these:

Approach

$metadata = [
    'driver' => $input['driver'] ?? $metadata['driver'] ?? DEFAULT,
];