Added experimental edit page and revision history.
This commit is contained in:
@@ -23,7 +23,7 @@ const propProcessors = {
|
||||
.map((actor) => actor.name);
|
||||
},
|
||||
tags: (sceneInfo, options) => sceneInfo.tags
|
||||
.filter((tag) => {
|
||||
?.filter((tag) => {
|
||||
if (options.include && !options.include.includes(tag.slug)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user