Skip to content

Commit 861a9b5

Browse files
committed
fix(education): add deeperSections to dof-simulator skeleton to match sectioned JSON format
1 parent 9d3edc3 commit 861a9b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/data/education/content-dof.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { ToolEducationSkeleton } from './types'
22

33
export const DOF_CALCULATOR_SKELETON: ToolEducationSkeleton = {
44
slug: 'dof-simulator',
5+
deeperSections: 3,
56
keyFactorCount: 4,
67
tipCount: 3,
78
tooltipKeys: ['focalLength', 'aperture', 'subjectDistance', 'sensor', 'nearFocus', 'farFocus', 'totalDoF', 'hyperfocal', 'backgroundBlur', 'isolationScore', 'bokehShape', 'diffractionWarning', 'coc', 'orientation'],

0 commit comments

Comments
 (0)