Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Jun 24, 2017
2 parents 6f4bf45 + 7bd00b7 commit 65d4e95
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 394 deletions.
25 changes: 4 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,17 @@ Download the package via one of the following:

### Usage

See [Usage documentation](docs/Usage.md).

## Current Property editors

### Background
- [x] Background Repeat
- [x] Background Position
- [x] Background Size

### Content Alignment
- [ ] Text / Content Alignment
- [x] Horizontal
- [ ] Vertical

### General
- [ ] General radio check list (with prevalue support)
- [x] Color Picker

See the [Wiki](../../wiki/)!

## Bugs & Additions

If you believe there are any property editors missing from the project please [raise an issue](https://github.com/jamiepollock/umbraco-grid-settings/issues/new).
If you believe there are any new additions this project can't live without or maybe you found a bug, please [raise an issue](../../issues/new).

If you have an implementation you'd like to please [submit a pull request](https://github.com/jamiepollock/umbraco-grid-settings/pull/new/).
If you have an implementation you'd like to add, please [submit a pull request](../../pull/new/).

## Licensing

Licensed under the [MIT License](https://github.com/jamiepollock/umbraco-grid-settings/blob/master/LICENSE.md).
Licensed under the [MIT License](LICENSE.md).

### Package Logo

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ branches:
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
init:
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta

test:
assemblies:
Expand Down
2 changes: 1 addition & 1 deletion build-appveyor.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%

CALL build\tools\NuGet.exe restore src\Our.Umbraco.GridSettings.sln
CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\build.proj
CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\package.proj
File renamed without changes
Binary file added build/assets/icon/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed build/assets/icon/umbraco-gridsettings-64.png
Binary file not shown.
4 changes: 2 additions & 2 deletions build/build.proj → build/package.proj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Readme>A backoffice plugin to add additional property editors for Umbraco Grid row &amp; column settings</Readme>
<AuthorName>Jamie Pollock</AuthorName>
<AuthorUrl>https://github.com/jamiepollock/Umbraco-Grid-Settings/graphs/contributors</AuthorUrl>
<IconUrl>https://raw.githubusercontent.com/jamiepollock/Umbraco-Grid-Settings/master/build/assets/icon/umbraco-gridsettings-128.png</IconUrl>
<IconUrl>https://raw.githubusercontent.com/jamiepollock/Umbraco-Grid-Settings/master/build/assets/icon/128x128.png</IconUrl>
<PackageLicenseName>MIT license</PackageLicenseName>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
<ProjectUrl>https://github.com/jamiepollock/Umbraco-Grid-Settings</ProjectUrl>
Expand Down Expand Up @@ -129,7 +129,7 @@
<AppPluginFiles Include="$(WebProjectDir)\App_Plugins\Our.Umbraco.GridSettings\**\*.*" />

<!-- Umbraco specific -->
<UmbracoInstallerLogo Include="$(MSBuildProjectDirectory)\assets\icon\umbraco-GridSettings-32.png"/>
<UmbracoInstallerLogo Include="$(MSBuildProjectDirectory)\assets\icon\32x32.png"/>
<PackageFile Include="$(MSBuildProjectDirectory)\package.xml" />

<!-- NuGet specific -->
Expand Down
173 changes: 0 additions & 173 deletions docs/Advanced-HTML-Attributes-Rendering.md

This file was deleted.

Loading

0 comments on commit 65d4e95

Please sign in to comment.