Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 85a7c68

Browse files
committed
fix label direction
1 parent d2237ed commit 85a7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/fields/direction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const direction = {
22
name: 'direction',
3-
title: 'Direction',
3+
label: 'Direction',
44
widget: 'select',
55
options: [
66
{ label: 'texte à gauche / image à droite', value: 'ltr' },

0 commit comments

Comments
 (0)