feat(editor): Display Credential-Selector after Authentication Type-Selector (#3461)

*  Implemented automatic position detection for credential fields.

*  Updating automatic credentials position logic (removing `getParameterResolveOrder`call and fixing input spacing).

* 🔨 Using crednetial fileds displayOptions to determine the position relative to authentication fields.

* 👌 Handling credentials position detection edge-cases (no node type, no credentials)
This commit is contained in:
Milorad FIlipović
2022-06-07 15:02:08 +02:00
committed by GitHub
parent ca92ff70d7
commit 59a59e0c5f
2 changed files with 30 additions and 3 deletions

View File

@@ -315,6 +315,10 @@ export default mixins(
<style lang="scss" module>
.container {
margin-top: var(--spacing-xs);
& > div:not(:first-child) {
margin-top: var(--spacing-xs);
}
}
.warning {