correction jsDocs
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
|
||||
/**
|
||||
* @ngdoc component
|
||||
* @name Umbraco.umbBlockListBlockContent
|
||||
* @function
|
||||
*
|
||||
* @name umbraco.directives.directive:umbBlockListBlockContent
|
||||
* @description
|
||||
* The component for a style-inheriting block of the block list property editor.
|
||||
*/
|
||||
|
||||
angular
|
||||
.module("umbraco")
|
||||
.component("umbBlockListBlockContent", {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/**
|
||||
* @ngdoc component
|
||||
* @name Umbraco.Editors.BlockList.blockListPropertyEditor
|
||||
* @name umbraco.directives.directive:blockListPropertyEditor
|
||||
* @function
|
||||
*
|
||||
* @description
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
|
||||
/**
|
||||
* @ngdoc component
|
||||
* @name Umbraco.umbBlockListScopedBlockContent
|
||||
* @function
|
||||
*
|
||||
* @name umbraco.directives.directive:umbBlockListScopedBlockContent
|
||||
* @description
|
||||
* The component for a style-scoped block of the block list property editor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user