Drupal/C2/Creating-Dummy-Content/Gujarati

From Script | Spoken-Tutorial
Revision as of 19:12, 2 September 2016 by Jyotisolanki (Talk | contribs)

Jump to: navigation, search

|- | 00:01 | પરના Creating Dummy Content. સ્પોકન ટ્યુટોરીઅલ માં તમારું સ્વાગત છે.

|- | 00:06 | આ ટ્યુટોરીઅલ માં આપણે devel module વાપરીને કંટેટ બનાવતા શીખીશું.

|- | 00:12 | આ ટ્યુટોરીઅલ રિકોર્ડ કરવા માટે હું ઉપયોગ કરી રહી છું:

  • Ubuntu Operating System
  • Drupal 8 અને
  • Firefox વેબ બ્રાઉઝર.

તમે તમારા પસંદ નું કોઈ પણ વેબ બ્રાઉઝર વાપરી રહ્યા છો.

|- |00:25 |આપણી દરૂપલ સાઈટ બનાવતી વખતે આપણે એક વસ્તુની જરૂર છે એ કે તેમાં ઘણા બધા કંટેટ હોવા જોઈએ તે આપણને layouts, views અને designs સમજવા માં મદદ કરશે.


|- | 00:36 | But ideally, we shouldn’t use real content. Say, we need to change a Content type, or a field.

|- | 00:44 | The problem is we have to go in and edit the real content which is a waste of time.

|- | 00:50 | But this step is very important. We need to test our content types to make sure they are working what we want.

|- | 00:57 | We have only covered a few kinds of fields till now.

|- | 01:01 | Here is our Cincinnati node. Let’s say the Cincinnati group wants to charge a fee for their meetings

|- |01:07 |and they want to put this on the site.

|- | 01:10 | We can use a decimal for money or an integer which is a whole number.

|- |01:15 | Say, you chose an integer because they only charged 10 dollars. But later on, they decided to charge 10.99 dollars.

|- |01:24 |Then, we are in trouble.

|- | 01:26 | An integer cannot be changed into a decimal, especially after we have already added content.

|- | 01:32 | And so, these are the things that need to be planned out beforehand.

|- |01:37 | We can test all of this by using some fake content. These can be easily inserted and easily deleted, when we are done with our testing.

|- | 01:48 | Remember this - we don’t need hundreds of real contents but only a few fake contents.

|- | 01:54 | The solution to this problem is the Devel module. Go to drupal.org/project/devel.

|- | 02:02 |Till now, we haven’t actually talked about Modules or extended our Drupal website yet. We will do that in the upcoming tutorials.

|- | 02:11 | But here, we will learn to install Devel Module and use it. This will give an idea of some of the power that Drupal Modules can give us.

|- | 02:21 | Scroll down to the bottom and locate the Download section. This screen might look very different for you.

|- |02:28 | Drupal 8 dot x version could be up in the green region. So, make sure you click that one.

Contributors and Content Editors

Jyotisolanki