Changeset 1289718
- Timestamp:
- 11/19/2015 11:50:11 AM (10 years ago)
- File:
-
- 1 edited
-
wp-polymer/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-polymer/trunk/readme.txt
r1289499 r1289718 26 26 * auto import the necessary HTML components; 27 27 * force import components; 28 * Javascript in posts / pages editor;28 * Javascript editor in posts / pages admin; 29 29 * template override option; 30 30 * autop option. … … 32 32 **Shortcode** 33 33 34 [polymer ELEMENT-TAG ELEMENT-OPTIONS] [/polymer]34 [polymer ELEMENT-TAG ELEMENT-OPTIONS]ELEMENT-TEXT[/polymer] 35 35 36 36 Tags: core-icon, paper-button, paper-checkbox, paper-slider, etc. … … 53 53 1. Install the plugin 54 54 1. Activate it 55 1. Open Settings \ WP Polymer to install Polymer components 55 56 1. Edit a post or a page and insert Polymer tags 57 1. Optionally change the options in the editor meta box 56 58 57 59 == Frequently Asked Questions == 58 60 59 = How can I create something with Polymer? =61 = How can I do a specific thing with Polymer? = 60 62 61 I'm not a Polymer expert, please look at the Polymer documentation on the official website or look for help in forums like StackOverflow.63 I'm not a Polymer expert, please look in the [Polymer Project](http://www.polymer-project.org/) documentation on the official website or look for help in forums like [StackOverflow](http://stackoverflow.com/questions/tagged/polymer). 62 64 63 65 = How can I interact with the Polymer elements? =
Note: See TracChangeset
for help on using the changeset viewer.