diff --git a/resources/lang/en.json b/resources/lang/en.json index 18995f236b..0c61777b76 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -990,6 +990,7 @@ "Modified By Tasks": "Modified By Tasks", "Modified": "Modified", "month": "month", + "More Information": "More Information", "Multi Column": "Multi Column", "Multi-Instance (Parallel)": "Multi-Instance (Parallel)", "Multi-Instance (Sequential)": "Multi-Instance (Sequential)", @@ -1208,6 +1209,7 @@ "Position": "Position", "Postal Code": "Postal Code", "Powered by ProcessMaker AI": "Powered by ProcessMaker AI", + "Process Information": "Process Information", "Generate single fields or entire forms with our generative assistant": "Generate single fields or entire forms with our generative assistant", "Collect a string of text and format it as one of several data types": "Collect a string of text and format it as one of several data types", "Collect options from a list, as radio butttons or dropdowns": "Collect options from a list, as radio butttons or dropdowns", diff --git a/resources/views/processes/edit.blade.php b/resources/views/processes/edit.blade.php index 109382ceca..44c0d19b73 100644 --- a/resources/views/processes/edit.blade.php +++ b/resources/views/processes/edit.blade.php @@ -53,151 +53,301 @@