-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4926] Create a Social Media Widgets plugin (#2)
* Updated content-type and ran prettier on it * Add initial styles * Update README file * Update README file * Update version
- Loading branch information
Showing
7 changed files
with
570 additions
and
338 deletions.
There are no files selected for viewing
30 changes: 17 additions & 13 deletions
30
...omponent/plugins/org/craftercms/plugin/social-media-widget/social-media-widget/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
<content-type name="/component/plugins/org/craftercms/plugin/social-media-widget/social-media-widget" is-wcm-type="true"> | ||
<label>Social Media Widget</label> | ||
<form>/component/plugins/org/craftercms/plugin/social-media-widget/social-media-widget</form> | ||
<form-path>simple</form-path> | ||
<model-instance-path>NOT-USED-BY-SIMPLE-FORM-ENGINE</model-instance-path> | ||
<file-extension>xml</file-extension> | ||
<content-as-folder>false</content-as-folder> | ||
<previewable>false</previewable> | ||
<quickCreate>false</quickCreate> | ||
<quickCreatePath></quickCreatePath> | ||
<noThumbnail>true</noThumbnail> | ||
<image-thumbnail></image-thumbnail> | ||
</content-type> | ||
<content-type | ||
name="/component/plugins/org/craftercms/plugin/social-media-widget/social-media-widget" | ||
is-wcm-type="true" | ||
> | ||
<label>Social Media Widget</label> | ||
<form | ||
>/component/plugins/org/craftercms/plugin/social-media-widget/social-media-widget</form> | ||
<form-path>simple</form-path> | ||
<model-instance-path>NOT-USED-BY-SIMPLE-FORM-ENGINE</model-instance-path> | ||
<file-extension>xml</file-extension> | ||
<content-as-folder>false</content-as-folder> | ||
<previewable>false</previewable> | ||
<quickCreate>false</quickCreate> | ||
<quickCreatePath /> | ||
<noThumbnail>true</noThumbnail> | ||
<image-thumbnail /> | ||
</content-type> |
Oops, something went wrong.