Changeset 2439867
- Timestamp:
- 12/15/2020 01:57:16 PM (5 years ago)
- Location:
- abyssale
- Files:
-
- 4 added
- 4 edited
-
tags/1.0/README.txt (modified) (1 diff)
-
tags/1.0/abyssale.php (modified) (1 diff)
-
tags/1.0/assets (added)
-
tags/1.0/assets/icon.svg (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/abyssale.php (modified) (1 diff)
-
trunk/assets (added)
-
trunk/assets/icon.svg (added)
Legend:
- Unmodified
- Added
- Removed
-
abyssale/tags/1.0/README.txt
r2438845 r2439867 12 12 == How to use it? == 13 13 14 Install it and follow the instructions in the Abyssale admin settings panel.15 Once you have correctly configured your Abyssale integration you will be able to use it in the Gutenberg editor.16 Click on the "Generate" button in the right panel to display your image.17 If You want to use it as a featured image click on the "Feature this image" button.18 Then click on post "Publish", your image will appear as the featured image.14 Install it and follow the instructions in the Abyssale admin settings panel. 15 Once you have correctly configured your Abyssale integration you will be able to use it in the Gutenberg editor. 16 Click on the "Generate" button in the right panel to display your image. 17 If You want to use it as a featured image click on the "Feature this image" button. 18 Then click on post "Publish", your image will appear as the featured image. 19 19 20 20 == Need help? == 21 21 22 A detailed blog post about the plugin will be available soon on https://blog.abyssale.com/22 A detailed blog post about the plugin will be available soon on https://blog.abyssale.com/ 23 23 24 24 == More information about Abyssale? == 25 25 26 Please check https://www.abyssale.com/26 Please check https://www.abyssale.com/ 27 27 28 28 == License == 29 29 30 abyssale plugin is licensed under the GNU General Public License (GPL) version 3. https://www.gnu.org/licenses/gpl-3.0.html30 abyssale plugin is licensed under the GNU General Public License (GPL) version 3. https://www.gnu.org/licenses/gpl-3.0.html 31 31 32 32 == Support == 33 33 34 If you have trouble installing the plugin, please reach us at: support[at]abyssale.com34 If you have trouble installing the plugin, please reach us at: support[at]abyssale.com -
abyssale/tags/1.0/abyssale.php
r2438888 r2439867 332 332 public static function verifyNameExistsInElements($value, $templateElements) 333 333 { 334 if ($value == "none" ) {334 if ($value == "none" || $value == "") { 335 335 return true; 336 336 } -
abyssale/trunk/README.txt
r2438845 r2439867 12 12 == How to use it? == 13 13 14 Install it and follow the instructions in the Abyssale admin settings panel.15 Once you have correctly configured your Abyssale integration you will be able to use it in the Gutenberg editor.16 Click on the "Generate" button in the right panel to display your image.17 If You want to use it as a featured image click on the "Feature this image" button.18 Then click on post "Publish", your image will appear as the featured image.14 Install it and follow the instructions in the Abyssale admin settings panel. 15 Once you have correctly configured your Abyssale integration you will be able to use it in the Gutenberg editor. 16 Click on the "Generate" button in the right panel to display your image. 17 If You want to use it as a featured image click on the "Feature this image" button. 18 Then click on post "Publish", your image will appear as the featured image. 19 19 20 20 == Need help? == 21 21 22 A detailed blog post about the plugin will be available soon on https://blog.abyssale.com/22 A detailed blog post about the plugin will be available soon on https://blog.abyssale.com/ 23 23 24 24 == More information about Abyssale? == 25 25 26 Please check https://www.abyssale.com/26 Please check https://www.abyssale.com/ 27 27 28 28 == License == 29 29 30 abyssale plugin is licensed under the GNU General Public License (GPL) version 3. https://www.gnu.org/licenses/gpl-3.0.html30 abyssale plugin is licensed under the GNU General Public License (GPL) version 3. https://www.gnu.org/licenses/gpl-3.0.html 31 31 32 32 == Support == 33 33 34 If you have trouble installing the plugin, please reach us at: support[at]abyssale.com34 If you have trouble installing the plugin, please reach us at: support[at]abyssale.com -
abyssale/trunk/abyssale.php
r2438888 r2439867 332 332 public static function verifyNameExistsInElements($value, $templateElements) 333 333 { 334 if ($value == "none" ) {334 if ($value == "none" || $value == "") { 335 335 return true; 336 336 }
Note: See TracChangeset
for help on using the changeset viewer.