FormAttach Icon

FormAttach

1.2.0

July 25th, 2025

What's Changed

  • Allow for multiple PDF pages and add margins config by @andjsch in https://github.com/schantldev/statamic-formattach/pull/2

[!NOTE]
If you have previously published the view, you may experience that the margins have increased drastically. In order to fix this, add the new margins options to the addons config file and adjust them accordingly or alternatively adjust your view to not add any padding.

#676E95;">/**
#676E95;"> * The margins applied to PDF pages.
#676E95;"> */
#89DDFF;">'margins#89DDFF;">' #89DDFF;">=> #89DDFF;">[
#89DDFF;">'top#89DDFF;">' #89DDFF;">=> 0#89DDFF;">,
#89DDFF;">'right#89DDFF;">' #89DDFF;">=> 15#89DDFF;">,
#89DDFF;">'bottom#89DDFF;">' #89DDFF;">=> 5#89DDFF;">,
#89DDFF;">'left#89DDFF;">' #89DDFF;">=> 10#89DDFF;">,
#89DDFF;">'unit#89DDFF;">' #89DDFF;">=> #89DDFF;">'mm#89DDFF;">'#89DDFF;">,
#89DDFF;">],

Full Changelog: https://github.com/schantldev/statamic-formattach/compare/v1.1.0...v1.2.0

1.1.0

November 25th, 2024

What's Changed

  • Fix/labels-not-showing by @andjsch in https://github.com/schantldev/statamic-formattach/pull/1

Full Changelog: https://github.com/schantldev/statamic-formattach/compare/v1.0.1...v1.1.0

1.0.1

July 18th, 2024

Add MIT license

Full Changelog: https://github.com/schantldev/statamic-formattach/compare/v1.0.0...v1.0.1

1.0.0

July 18th, 2024

v1.0.0 - Initial release

Not much to say. An initial release, currently without tests. Let's get them added - the sooner the better!

Full Changelog: https://github.com/schantldev/statamic-formattach/commits/v1.0.0