Item15056: Allow dynamic publication for html. Set static for pdf
Priority: Enhancement
Current State: Closed
Released In: n/a
Target Release:
--
BramVanOosterhout - 03 Jan 2022
Line 605,606 in Publisher.pm
# Force static context for all published topics
Foswiki::Func::getContext()->{static} = 1;
Forces static publication, even when publishing html.
This voids the rendering of tab pane.
Suggest to limit static publication to PDF through:
# Force static context for all published topics
Foswiki::Func::getContext()->{static} = 1
if $this->{opt}->{format} eq 'pdf';
--
BramVanOosterhout - 28 Jul 2022
Implemented as proposed above in release 3.6
--
BramVanOosterhout - 28 Jul 2022