Skip to content

Commit

Permalink
adobeGH-187 Marketo Form Profile Service
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed May 12, 2021
1 parent f180ba0 commit 57400a6
Show file tree
Hide file tree
Showing 38 changed files with 2,262 additions and 152 deletions.
3 changes: 2 additions & 1 deletion apps/admin/app/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"plugin:react/recommended",
"prettier",
"prettier/standard",
"prettier/react"
"prettier/react",
"plugin:jest/recommended"
],
"parser": "babel-eslint",
"ignorePatterns": ["webpack.config.js", "node_modules/"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ export default class MarketoConfig extends React.Component {
onChange={this.onContentChange}
/>
</FormItem>
<FormItem label="Profile URL">
<Textfield
name="profileUrl"
value={this.state.data[JCR_CONTENT].profileUrl}
placeholder="ProfileUrl"
onChange={this.onContentChange}
/>
</FormItem>
</GridColumn>
</GridRow>
</Grid>
Expand Down
240 changes: 240 additions & 0 deletions apps/admin/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/admin/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"aemsync": "^4.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-plugin-jest": "^24.3.6",
"husky": "^4.2.5",
"jest": "^25.3.0",
"jest-raw-loader": "^1.0.1",
Expand Down
Loading

0 comments on commit 57400a6

Please sign in to comment.