Skip to content

Commit

Permalink
Merge Patches > Master (#492)
Browse files Browse the repository at this point in the history
* merge

* fix wrong merge
  • Loading branch information
stefankoserkov authored Mar 7, 2023
1 parent c92a2a0 commit 334ce8a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 11 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
* [Minification](#minification)
* [Multiple bundles support](#multiple-bundles-support)
* [Extensibility endpoints](#extensibility-endpoints)
* [Modifications done in the Backend interface settings](#modifications-done-in-the-backend-interface-settings)
* [Modifications done in the Backend interface settings](#modifications-done-in-the-Backend-interface-settings)

## Overview

Leveraging the API-first approach of the Admin App, you can extend and add functionality, for example, in the *Actions* menu, in the grid, or in editing mode for content items. This repository contains everything you need to develop your extensions. The included examples demonstrate the main extensibility points of the API.

You can extend the Admin App API independently of the Sitefinity CMS in any IDE that you work with, for example Visual Studio Code, WebStorm, Notepad++ and so on. Thus, you can develop and test your extended functionality against multiple Sitefinity CMS environments, local or external. Once finished, you can plug in your new functionality by producing a bundle and deploying it to your project.
Expand Down Expand Up @@ -247,5 +246,4 @@ Take a look at the following overview of the Admin App extension samples we prov
* [Custom DAM provider](https://github.com/Sitefinity/sitefinity-admin-app-extensions-samples/tree/master/library-extender#custom-digital-assets-management-provider) - This extension is used to implement custom DAM providers. This sample demonstrates how to override one of the DAM providers which comes out of the box with the AdminApp.

### Modifications done in the Backend interface settings

[Backend interface settings](https://www.progress.com/documentation/sitefinity-cms/backend-interface-settings) - Learn how to configure backend interface settings.
65 changes: 58 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@progress/sitefinity-adminapp-sdk": "14.3.8022",
"@progress/sitefinity-adminapp-sdk": "14.3.8025",
"@types/node": "17.0.24",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "5.20.0",
Expand Down

0 comments on commit 334ce8a

Please sign in to comment.