close

Filter

loading table of contents...

Studio Developer Manual / Version 2207

Table Of Contents

Studio Developer Manual

Copyright CoreMedia GmbH © 2023

CoreMedia GmbH

Altes Klöpperhaus, 5. OG

Rödingsmarkt 9

20459 Hamburg

International

All rights reserved. No part of this manual or the corresponding program may be reproduced or copied in any form (print, photocopy or other process) without the written permission of CoreMedia GmbH.

Germany

Alle Rechte vorbehalten. CoreMedia und weitere im Text erwähnte CoreMedia Produkte sowie die entsprechenden Logos sind Marken oder eingetragene Marken der CoreMedia GmbH in Deutschland. Alle anderen Namen von Produkten sind Marken der jeweiligen Firmen.

Das Handbuch bzw. Teile hiervon sowie die dazugehörigen Programme dürfen in keiner Weise (Druck, Fotokopie oder sonstige Verfahren) ohne schriftliche Genehmigung der CoreMedia GmbH reproduziert oder vervielfältigt werden. Unberührt hiervon bleiben die gesetzlich erlaubten Nutzungsarten nach dem UrhG.

Licenses and Trademarks

All trademarks acknowledged.

January 06, 2023

1. Introduction
1.1. Audience
1.2. Typographic Conventions
1.3. CoreMedia Services
1.3.1. Registration
1.3.2. CoreMedia Releases
1.3.3. Documentation
1.3.4. CoreMedia Training
1.3.5. CoreMedia Support
1.4. Changelog
2. Overview
2.1. Architecture
2.2. Technologies
3. Deployment
3.1. Connecting to the Repository
3.2. Control Room Configuration
3.3. Basic Preview Configuration
3.4. Editorial Comments Database Configuration
3.5. Development Setup
4. Quick Start
4.1. Setting Up the Workspace and IDE
4.2. Building Studio Server
4.3. Building Studio Client
4.4. Creating a Simple Studio Client Extension
5. Concepts and Technology
5.1. Ext JS Primer
5.1.1. Components
5.1.2. Component Plugins
5.1.3. Actions
5.2. Ext TS: Developing Ext JS in TypeScript
5.2.1. Classes
5.2.2. Interfaces
5.2.3. Imports and Exports
5.2.4. Mixins
5.2.5. Using the Ext Config System
5.3. Client-side Model
5.3.1. Beans
5.3.2. Remote Beans
5.3.3. Issues
5.3.4. Operation Results
5.3.5. Model Beans for Custom Components
5.3.6. Value Expressions
5.4. Remote CoreMedia Objects
5.4.1. Connection and Services
5.4.2. Content
5.4.3. Workflow
5.4.4. Structs
5.4.5. Types and Property Descriptors
5.4.6. Concurrency
5.5. Web Application Structure
5.6. Localization
5.7. Multi-Site and Localization Management
5.8. Jobs Framework
5.8.1. Defining Local Jobs
5.8.2. Defining Remote Jobs
5.8.3. Executing Jobs
5.8.4. Visualize Jobs Within the BackgroundJobsWindow
5.9. Further Reading
6. Structure of the Studio Client Workspace
7. Developing with the Studio Client Workspace
8. Using the Development Environment
8.1. Configuring Connections
8.2. Build Process
8.3. Debugging
8.3.1. Browser Developer Tools
8.3.2. Debugging Tips and Tricks
8.3.3. Tracing Memory Leaks
9. Customizing CoreMedia Studio
9.1. General Remarks On Customizing (Multiple) Studio Apps
9.2. Adding Entries to the Apps Menu
9.3. Studio Plugins
9.4. Localizing Labels
9.5. Document Type Model
9.5.1. Localizing Types and Fields
9.5.2. Customizing Document Forms
9.5.3. Image Cropping and Image Transformation
9.5.4. Enabling Image Map Editing
9.5.5. Disabling Preview for Specific Document Types
9.5.6. Excluding Document Types from the Library
9.5.7. Client-side initialization of new Documents
9.6. Customizing Property Fields
9.6.1. Conventions for Property Fields
9.6.2. Standard Component StringPropertyField
9.6.3. Compound Field
9.6.4. Complex Setups
9.6.5. Customizing RichText Property Fields
9.6.6. Activating and Customizing CKEditor 5 Preview
9.7. Hiding Components on Content Forms
9.7.1. Code Customization for the HideService
9.7.2. Studio Logging
9.7.3. Configuration Options
9.8. Coupling Studio and Embedded Preview
9.8.1. Built-in Processing of Content and Property Metadata
9.8.2. Using the Preview Metadata Service
9.9. Storing Preferences
9.10. Customizing Central Toolbars
9.10.1. Adding Buttons to the Header Toolbar
9.10.2. Providing Default Search Folders
9.10.3. Adding a Button with a Custom Action
9.10.4. Adding Disapprove Buttons
9.11. Managed Actions
9.12. Adding Shortcuts
9.13. Inheritance of Property Values
9.14. HTML5 Drag And Drop
9.15. Customizing the Library Window
9.15.1. Defining List View Columns in Repository Mode
9.15.2. Defining Additional Data Fields for List Views
9.15.3. Defining List View Columns in Search Mode
9.15.4. Configuring the Thumbnail View
9.15.5. Adding Search Filters
9.15.6. Make Columns Sortable in Search and Repository View
9.16. Studio Frontend Development
9.16.1. Blueprint Studio Theme
9.16.2. Studio Styling with Skins
9.16.3. Styling of Custom Studio Components
9.16.4. Icons / CoreMedia Icon Font
9.16.5. Usage of BEM and Spacing Plugins
9.16.6. Component States
9.17. Work Area Tabs
9.17.1. Configuring a Work Area Tab
9.17.2. Configure an Action to Open a Work Area Tab
9.17.3. Configure a Singleton Work Area Tab
9.17.4. Storing the State of a Work Area Tab
9.17.5. Customizing the Start-up Behavior
9.17.6. Customizing the Work Area Tab Context Menu
9.18. Re-Using Studio Tabs For Better Performance
9.18.1. Concept
9.18.2. Prerequisites
9.18.3. Usage
9.19. Dashboard
9.19.1. Concepts
9.19.2. Defining the Dashboard
9.19.3. Predefined Widget Types
9.19.4. Adding Custom Widget Types
9.20. Configuring MIME Types
9.21. Server-Side Content Processing
9.21.1. Validators
9.21.2. Intercepting Write Requests
9.21.3. Immediate Validation
9.21.4. Post-processing Write Requests
9.22. Available Locales
9.23. Toasts and Notifications
9.23.1. Configure Notifications
9.23.2. Adding Custom Notifications
9.23.3. Creating Notifications (Server Side)
9.23.4. Displaying Notifications (Client Side)
9.23.5. Displaying Toasts
9.24. Annotated LinkLists
9.24.1. Studio Configuration
9.24.2. Data Migration
9.25. Image LinkLists
9.25.1. Thumbnail Resolvers
9.25.2. Custom Thumbnail Resolvers
9.26. Custom Workflows
9.26.1. Fundamentals
9.26.2. Workflow Steps
9.26.3. Workflow Fields
9.26.4. Additional Workflow List Actions
9.26.5. Workflow Validation
9.26.6. Customizing Validation of Built-In Workflows
9.26.7. Workflow Localization
9.26.8. Publication Workflow Specifics
9.26.9. Translation Workflow Specifics
9.26.10. Synchronization Workflow Specifics
9.27. Content Hub
9.27.1. Basic Setup
9.27.2. Adapter Configuration
9.27.3. Content Hub Content Creation
9.27.4. Content Hub Object Preview
9.27.5. Content Hub Error Handling
9.27.6. Studio Customization
9.28. Feedback Hub
9.28.1. Basic Setup
9.28.2. Adapter Configuration
9.28.3. Localization
9.28.4. Error handling
9.28.5. FeedbackItem Rendering
9.28.6. Predefined FeedbackItems
9.28.7. Custom Adapters for Feedback Hub
9.28.8. Editorial Comments for Feedback Hub
9.28.9. Keywords Integration for Feedback Hub
9.29. User Manager
9.30. User Properties
9.31. Adding Entity Controllers
9.31.1. Prerequisites
9.31.2. Implementing the Java Backend
9.31.3. Implementing Studio Remote Beans
9.31.4. Using the EntityController
9.31.5. REST Linking (Java Backend)
9.31.6. REST Linking (Studio RemoteBeans)
9.32. Multiple Previews Configuration
9.32.1. Configuration of a preview
9.32.2. CAE Preview Provider
9.32.3. Headless Preview Provider
9.32.4. Commerce Headless Preview Provider
9.32.5. Studio URI-Template Preview Provider
9.32.6. Common URI-Template Preview Provider
9.32.7. Generic Preview URL Service Provider
9.32.8. Public API of the Preview URL Service
10. Security
10.1. Preview Integration
10.2. Content Security Policy
10.3. Single Sign On Integration
10.4. Auto Logout
10.5. Logging
11. Configuration Reference
Glossary
Index

List of Figures

2.1. Architecture of CoreMedia Studio
2.2. Runtime components
4.1. Added string property with the title of the content
5.1. Ext JSON
8.1. Open Chrome Developer Tools settings
8.2. Enable Source Maps in Chrome Developer Tools settings
8.3. Google Chrome Console
8.4. The Browser Console Log Button
8.5. Example of a content dump
8.6. Inspect an Ext JS component selected in the DOM
8.7. Studio main view component tree
8.8. Record Ext JS component events
8.9. Google Chrome's Developer Tools Support Comparing Heap Snapshots
9.1. The Apps Menu inside the Side Bar of Each Studio App
9.2. Plugin structure
9.3. Document form with a collapsible property field group
9.4. Hide Service Dialog
9.5. Theming Inheritance in Ext JS and CoreMedia
9.6. Premular Reusability (For A Reusability Limit Of 2 For Articles)
9.7. Dashboard UML overview
9.8. Annotated LinkList with item with changed default value
9.9. Image LinkList
9.10. Start Workflow form Extension for the Global Link Translation Workflow
9.11. Start Workflow form Extension for a Running Global Link Translation Workflow
9.12. Workflow validators model class diagram
9.13. Default Rendering of FeedbackItems used for the CoreMedia Labs project "Imagga"
9.14. Tabbed Rendering of FeedbackItems used for the CoreMedia Labs project "Searchmetrics"
9.15. Example of a ScoreBarFeedbackItem
9.16. Example of a RatingBarFeedbackItem
9.17. Example of a PercentageBarFeedbackItem
9.18. Example of a GaugeFeedbackItem
9.19. Example of a KeywordFeedbackItem with service "Imagga".
9.20. Example of a ComparingScoreBarFeedbackItem
9.21. Example of a bold LabelFeedbackItem
9.22. Example of a ExternalLinkFeedbackItem used inside a "Siteimprove" integration
9.23. Example of a ErrorFeedbackItem inside an integration of "Siteimprove"
9.24. Settings Document with two configured previews
9.25. Example configuration of the Generic URI-Template Preview Provider
9.26. Studio with multiple Previews

List of Examples

3.1. Running Liquibase via cmd tool
3.2. Release lock via docker-container
4.1. SimplePluginExample.ts
4.2. jangaroo.config.js
4.3. package.json
5.1. Ext JSON
5.2. Ext JSON in TypeScript
5.3. Plugin usage in Ext JSON
5.4. Using the default export for Ext TS classes
5.5. Ext Mixin in TypeScript example
5.6. Ext Config example
5.7. Ext JS Bindable Configs
5.8. Simple and Bindable Config Properties in TypeScript
5.9. Declaring Config type as virtual class member
5.10. Extending superclass Config type
5.11. TypeScript detecting type errors for existing properties
5.12. Preventing use of untyped properties
5.13. Create Ext Config objects with Config function
5.14. Instantiate object from Config object
5.15. Inline ad-hoc Config object
5.16. Typical work of constructor done in TypeScript
5.17. Using ConfigUtils utility class
5.18. Component with utility class in client
5.19. Updating multiple bean properties
5.20. Model bean factory method
5.21. Model bean access
5.22. Adding a listener and initializing
5.23. Creating a property path expression
5.24. Creating a function value expression
5.25. Creating a value expression from a private function
5.26. Creating a value expression from a static function
5.27. Manual dependency tracking
5.28. Comprehensive example of a FunctionValueExpression
5.29. Property paths into struct
5.30. Adding struct properties
8.1. ckdebug, non-verbose
8.2. ckdebug, verbose
9.1. Marking a module as an extension for the Workflow App
9.2. Bootstrapping auto-loaded scripts
9.3. App Path Shortcuts for the workflow app
9.4. Registering a Service Method to Trigger the Tags App
9.5. Service Shortcut for the Tags Sub-App
9.6. Adding a plugin rule to customize the actions toolbar
9.7. Adding a separator and a button with a custom action to a toolbar
9.8. Adding a plugin rule to customize all LinkList property field toolbars
9.9. Using NestedRulesPlugin to customize a subcomponent using its container's API
9.10. Using NestedRulesPlugin to customize a subcomponent
9.11. Registering a plugin
9.12. Loading external resources
9.13. Adding a search button
9.14. Example property file
9.15. Overriding properties
9.16. Localizing document types
9.17. Allows the import of SVG icons in a typescript file
9.18. Content type icon optimized for the sizes 16px, 24px and 32px
9.19. Article form
9.20. Collapsible Property Field Group
9.21. Configuring the Image Editor
9.22. Configuring an image variant
9.23. Configuring an Image Map Editor
9.24. Configuring a validator for image maps
9.25. Defining document types without preview
9.26. Defining excluded document types
9.27. Defining excluded document types in TypeScript
9.28. Defining a content initializer
9.29. Custom property field
9.30. Using a base class method
9.31. Inline images in richtext
9.32. Adding table cell merge and split commands
9.33. Configuring the rich text symbol mapping
9.34. Customizing the rich text editor toolbar
9.35. Adding a custom icon to the rich text editor toolbar
9.36. Adding InternalLinkButton to the toolbar in TeaserOverlayPropertyField
9.37. Adding two more buttons to the toolbar
9.38. Adding the packageConfig.js in the sencha/src folder
9.39. Adding the refrerence to the jangaroo.config.js
9.40. Customizing the CKEditor
9.41. Customizing the CKEditor configuration
9.42. Adding resource path of skin to sencha/src/packageConfig.js
9.43. Registering Editor Configurations in Studio
9.44. Usage of editorType in RichTextPropertyField
9.45. HidableMixin.ts
9.46. DocumentFormBase.ts
9.47. CMArticleForm.ts
9.48. DetailsDocumentForm.ts
9.49. Adding a search for documents to be published
9.50. Adding a custom search folder
9.51. Creating a custom action
9.52. Using a custom action
9.53. Adding disapprove action using enableDisapprovePlugin
9.54. Configuring Property Inheritance
9.55. Obtaining The Dragged Objects from the DragEvent
9.56. Obtaining Drag Info Via the Service Agent
9.57. Defining list view fields
9.58. Configuring the thumbnail view
9.59. Two additional attributes for sorting.
9.60. Optional sortDirection Attribute to enable only one sort direction.
9.61. defaultSortColumn Attribute to configure one column as the default for sorting.
9.62. Sass namespace
9.63. namespace + Sass namespace (only needed for parallel styling of own components and components of other packages)
9.64. Overriding theme variables
9.65. Overriding global CoreMedia variables
9.66. Simple Skin Example
9.67. Switching off skins
9.68. TypeScript Skin Constants
9.69. Applying a Skin to a Component
9.70. Usage of CoreIcons_properties.ts
9.71. Usage of CoreMedia Icons in SCSS
9.72. Get Resources in SCSS Code
9.73. Use Image as IconClass
9.74. Importing SVG in TypeScript
9.75. SVG definition
9.76. Generating CSS class for SVG icon
9.77. BEM Example HTML Code
9.78. BEM Example SCSS Code
9.79. Usage of the BEM Plugin
9.80. Using BEM Plugin with Element
9.81. Usage of the BEM Mixin
9.82. VerticalSpacing Plugin Example
9.83. Set Validation State
9.84. Adding a button to open a tab
9.85. Adding a button to open a browser tab
9.86. Base class for browser tab
9.87. Dashboard Configuration
9.88. Fixed Search widget Configuration
9.89. Simple Search Widget Configuration
9.90. Simple Search Widget Type
9.91. Simple Search widget Type with Editor Component
9.92. Simple Search Widget Editor Component
9.93. widget State Class for Simple Search widget
9.94. Override *.exe MIME Type Detection
9.95. Declaring a validator as Spring bean
9.96. Declaring a property validator as Spring bean
9.97. Json declaration of validators
9.98. Implementing a property validator
9.99. Declaring a property validator as Spring bean
9.100. A Json-enabled property validator
9.101. Providing a property validator factory
9.102. Declaring a property validator with Json
9.103. Implementing a content validator
9.104. Declaring a content validator as Spring bean
9.105. A Json-enabled content validator
9.106. Providing a content validator factory
9.107. Declaring a content validator with Json
9.108. Declaring a general validator with Json
9.109. Configuring validator messages
9.110. Defining a Write Interceptor
9.111. Configuring a Write Interceptor
9.112. Configuring Immediate Validation
9.113. Example thumbnail resolver configuration
9.114. Add a new workflow with the name StudioThreeStepPublication to publicationProcessNames
9.115. Enable notifications for new StudioThreeStepPublication workflow
9.116. Minimal Studio client enabling of a custom translation workflow
9.117. Workflow steps configuration for the built-in 2-step publication workflow
9.118. Defining assignable performers policy for tasks
9.119. Start workflow form extension for Global Link Translation Workflow
9.120. Running workflow form extension for Global Link Translation Workflow
9.121. Workflow localization example
9.122. Workflow validation configuration for the StudioThreeStepPublication workflow
9.123. Adding a New Merge Strategy
9.124. Implementing a ContentHubTransformer (1)
9.125. Implementing a ContentHubTransformer (2)
9.126. Defining a Custom ColumnModelProvider
9.127.
9.128. Note model
9.129. Representation class for note model
9.130. Service for note handling
9.131. Entity Controller class for TEST operations
9.132. Annotation for bean creation
9.133. REST GET method of NoteEntityController
9.134. Deletion of note in NoteEntityController
9.135. Update of note in NoteEntityController
9.136. Declare NoteEntityController as bean
9.137. Abstract class of Note remote bean
9.138. Implementing class of Note remote bean
9.139. Remote Bean URI path
9.140. Register class as remote bean
9.141. Result of Note
9.142. Invoke class from TypeScript
9.143. Output from remote bean
9.144. Remote bean used inside a component
9.145. Java class for notes list
9.146. Notes list representation
9.147. NotesEntityController for notes list
9.148. Put mapping for notes list
9.149. Adding a Spring bean to Spring configuration
9.150. Interface for remote bean for notes list
9.151. Implementing class for remote bean for notes list
9.152. Register remote bean with Studio
9.153. Test result of remote bean
9.154. Invoke notes in TypeScript
9.155. Display child elements of notes list
9.156. Output of notes list
9.157. Reverse order of notes list
9.158. Request header of PUT request
10.1. Import base context
10.2. Spring Security context
10.3. Logout filter
10.4. User finder
10.5. Enable user finder
10.6. Example Output
10.7. Marker Hierarchy
10.8. Configure Access Log
10.9. Configure Security Log
10.10. Configure Default Log
10.11. Configure Logger
10.12. Suppress Security Logging

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.