Feature
All the feature export is disabled when NEXT_PUBLIC_PUBLISH_AS_MIT is at true, but actually we have some features (PRINT / HTML) inside the export that are MIT, so they could be proposed even when the user use Docs in MIT mode.
What to do
When NEXT_PUBLIC_PUBLISH_AS_MIT is at true, we should still propose the export but just with the MIT feature.
Feature
All the feature export is disabled when
NEXT_PUBLIC_PUBLISH_AS_MITis attrue, but actually we have some features (PRINT / HTML) inside the export that are MIT, so they could be proposed even when the user use Docs in MIT mode.What to do
When
NEXT_PUBLIC_PUBLISH_AS_MITis attrue, we should still propose the export but just with the MIT feature.