Skip to content

Commit

Permalink
Minor custom metadata layout improvement and code owners update (#38)
Browse files Browse the repository at this point in the history
* refactor: improving layout section of custom metadata

* fix: updating code owners

---------

Co-authored-by: daniloc <[email protected]>
  • Loading branch information
dcardos and daniloc-adyen authored Jun 26, 2024
1 parent 824928a commit ba6fdf3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @amihajlovski @dcardos @shanikantsingh @shubhamvijaivargiya @zenit2001
* @amihajlovski @dcardos @shanikantsingh @shubhamvijaivargiya @zenit2001 @shubhamk67
Original file line number Diff line number Diff line change
@@ -1,76 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<customLabel>true</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Information</label>
<label>Merchant Configuration</label>
<layoutColumns>
<layoutItems>
<behavior>Required</behavior>
<field>MasterLabel</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>DeveloperName</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Merchant_Account__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>IsProtected</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>NamespacePrefix</field>
<field>DeveloperName</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Package_Namespace__c</field>
<field>System_Integrator_Name__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
<style>TwoColumnsLeftToRight</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>System Information</label>
<label>Information</label>
<layoutColumns>
<layoutItems>
<behavior>Required</behavior>
<field>NamespacePrefix</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Package_Namespace__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>IsProtected</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Endpoint_Api_Version__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Endpoint_Path__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Capture_Endpoint__c</field>
<field>Authorize_Endpoint__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Authorize_Endpoint__c</field>
<field>Capture_Endpoint__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Refund_Endpoint__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>System Information</label>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>System_Integrator_Name__c</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>LastModifiedById</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>CreatedById</field>
Expand Down

0 comments on commit ba6fdf3

Please sign in to comment.