You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a preprocessor where I'd like to update the book.toml in a preprocessor (compiling JS entry files) so that I can add additional properties to an HTML template that's not known ahead of time.
Is it possible to update a the book.toml from the PreprocessorContext?
The text was updated successfully, but these errors were encountered:
It is not possible. There are other requests to be able to add additional files via a preprocessor (such as #1222), it might be good to add a comment there with your use case if you just need to add additional files.
Hey team,
I'm working on a preprocessor where I'd like to update the
book.toml
in a preprocessor (compiling JS entry files) so that I can add additional properties to an HTML template that's not known ahead of time.Is it possible to update a the
book.toml
from the PreprocessorContext?The text was updated successfully, but these errors were encountered: