Skip to content

Commit 1472d75

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 4175e6c + 9188e21 commit 1472d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/02-customFieldRendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ list: '@/renderers/ZeroStylesRichText.vue',
487487
### Custom filter component for square meters
488488
489489
490-
Sometimes standard filters are not enough, and you want to make a convenient UI for selecting a range of apartment areas. For example, buttons with options for “Small (<25 m²)”, “Medium (25–90 m²)” and “Large (>90 m²)”.
490+
Sometimes standard filters are not enough, and you want to make a convenient UI for selecting a range of apartment areas. For example, buttons with options for “Small (&lt;25 m²)”, “Medium (25–90 m²)” and “Large (&gt;90 m²)”.
491491
492492
```ts title='./custom/SquareMetersFilter.vue'
493493
<template>

0 commit comments

Comments
 (0)