Summary
Bump the cookieplone dependency to 2.0.0b3 and adopt the post-generation summary screen now provided upstream.
Background
cookieplone now renders a summary panel automatically after template generation (see plone/cookieplone#204). Templates no longer need to reimplement the console.panel(...) block in each post_hook script.
The new behavior is configurable through cookieplone-config.json under the config key, allowing the url and signature of the summary screen to be overridden.
Tasks
References
Summary
Bump the
cookieplonedependency to2.0.0b3and adopt the post-generation summary screen now provided upstream.Background
cookieplone now renders a summary panel automatically after template generation (see plone/cookieplone#204). Templates no longer need to reimplement the
console.panel(...)block in eachpost_hookscript.The new behavior is configurable through
cookieplone-config.jsonunder theconfigkey, allowing theurlandsignatureof the summary screen to be overridden.Tasks
cookieplone>=2.0.0b2→cookieplone>=2.0.0b3inpyproject.tomlconfig.min_versiononcookieplone-config.jsonto2.0.0b3url/signatureoverrides underconfigincookieplone-config.jsonwhere appropriatepost_hookscriptsmake testReferences