Skip to content

Commit aee0d43

Browse files
authoredMay 20, 2024
Merge pull request #892 from MenamAfzal/feature/integrate-animations
Feature/integrate animations
·
v2.4.102.4.1
2 parents 6069662 + 7b22680 commit aee0d43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1409
-423
lines changed
 

‎client/packages/lowcoder-design/src/components/Section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export const sectionNames = {
146146
layout: trans("prop.layout"),
147147
style: trans("prop.style"),
148148
labelStyle:trans("prop.labelStyle"),
149+
animationStyle:trans("prop.animationStyle"),
149150
data: trans("prop.data"),
150151
meetings: trans("prop.meetings"), // added by Falk Wolsky
151152
field: trans("prop.field"),

‎client/packages/lowcoder-design/src/i18n/design/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const en = {
2323
advanced: "Advanced",
2424
validation: "Validation",
2525
layout: "Layout",
26+
animationStyle:"Animation Style",
2627
labelStyle: "Label Style",
2728
style: "Style",
2829
meetings: "Meeting Settings",

0 commit comments

Comments
 (0)
Please sign in to comment.