aude added a comment. PageRenderingHash doesn't know anything about content model / type.
looks like the best way is ParserOptions::addExtraKey, which can be used for EntityContent while for non-entity content, we don't need to interfere. We can have a version constant for EntityContent that we bump when we have breaking changes. then when we deploy, the version change / cache bump goes out same time as the code changes vs. trying to handle this in a wmf config setting. TASK DETAIL https://phabricator.wikimedia.org/T86694 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: aude Cc: gerritbot, Legoktm, JanZerebecki, aude, Aklapper, daniel, Wikidata-bugs, Jackmcbarn _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
